treeviewized and undeprecated.

2002-03-16  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-filter-dialog.c: treeviewized
	and undeprecated.

	* app/widgets/Makefile.am
	* app/widgets/gimpconstrainedhwrapbox.[ch]: removed this hack.

	* app/widgets/gimpcontainergridview.[ch]: added "rows" and
	"columns" fields, connect to the viewport's "size_allocate" signal
	and set the size_request of the wrap_box in the callback.
This commit is contained in:
Michael Natterer
2002-03-16 15:02:23 +00:00
committed by Michael Natterer
parent 63593ca3a9
commit bb30140a6e
7 changed files with 623 additions and 767 deletions

View File

@ -44,6 +44,9 @@ struct _GimpContainerGridView
GtkWidget *scrolled_win;
GtkWidget *wrap_box;
gint rows;
gint columns;
};
struct _GimpContainerGridViewClass