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:
committed by
Michael Natterer
parent
63593ca3a9
commit
bb30140a6e
@ -44,6 +44,9 @@ struct _GimpContainerGridView
|
||||
|
||||
GtkWidget *scrolled_win;
|
||||
GtkWidget *wrap_box;
|
||||
|
||||
gint rows;
|
||||
gint columns;
|
||||
};
|
||||
|
||||
struct _GimpContainerGridViewClass
|
||||
|
||||
Reference in New Issue
Block a user