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:
Michael Natterer
2001-10-24 11:23:50 +00:00
committed by Michael Natterer
parent 1261ba7bcc
commit f766956e67
22 changed files with 1127 additions and 15 deletions

View File

@ -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,