app/widgets/gimpdatafactoryview.[ch] app/widgets/gimpitemtreeview.[ch]

2003-09-18  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdatafactoryview.[ch]
	* app/widgets/gimpitemtreeview.[ch]
	* app/widgets/gimppaletteeditor.[ch]
	* app/widgets/gimptemplateview.[ch]: order the button boxes in
	these dialogs like the entries their popup menus: The default
	(double click) action is the first menu entry / button. In an
	attack of consistency, also reordered functions and function
	parameters all over the place to match the new order.

	* app/widgets/gimpchanneltreeview.c
	* app/widgets/gimplayertreeview.c
	* app/widgets/gimpvectorstreeview.c
	* app/gui/dialogs-constructors.c: changed accordingly.
This commit is contained in:
Michael Natterer
2003-09-17 22:54:48 +00:00
committed by Michael Natterer
parent b46c0f7f4d
commit 5ebce856b5
14 changed files with 196 additions and 174 deletions

View File

@ -44,14 +44,14 @@ struct _GimpTemplateView
{
GimpContainerEditor parent_instance;
GimpTemplateActionFunc create_image_func;
GimpTemplateActionFunc new_template_func;
GimpTemplateActionFunc edit_template_func;
GimpTemplateActionFunc create_image_func;
GtkWidget *create_button;
GtkWidget *new_button;
GtkWidget *duplicate_button;
GtkWidget *edit_button;
GtkWidget *create_button;
GtkWidget *delete_button;
};