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:

committed by
Michael Natterer

parent
b46c0f7f4d
commit
5ebce856b5
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user