added gimp_button_extended_clicked() which emits the resp. signal.
2001-10-24 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpbutton.[ch]: added gimp_button_extended_clicked() which emits the resp. signal. * app/gui/menus.[ch]: added new item factories "<Buffers>" and "<Documents>". * app/gui/Makefile.am * app/gui/buffers-commands.[ch] * app/gui/documents-commands.[ch]: new files for the callbacks. * app/gui/dialogs-constructors.c: use them. * app/gui/file-open-dialog.c: set the title to "Open Image", not "Load Image".
This commit is contained in:

committed by
Michael Natterer

parent
1261ba7bcc
commit
f766956e67
@ -49,6 +49,8 @@ GtkItemFactory * menus_get_brushes_factory (void);
|
||||
GtkItemFactory * menus_get_patterns_factory (void);
|
||||
GtkItemFactory * menus_get_gradients_factory (void);
|
||||
GtkItemFactory * menus_get_palettes_factory (void);
|
||||
GtkItemFactory * menus_get_buffers_factory (void);
|
||||
GtkItemFactory * menus_get_documents_factory (void);
|
||||
|
||||
|
||||
void menus_create_item_from_full_path (GimpItemFactoryEntry *entry,
|
||||
|
Reference in New Issue
Block a user