app/widgets/gimpdockable.c added a tooltip and a help-id for the dockable

2005-02-19  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdockable.c
	* app/widgets/gimphelp-ids.h: added a tooltip and a help-id for the
	dockable menu.
This commit is contained in:
Sven Neumann 2005-02-19 02:13:33 +00:00 committed by Sven Neumann
parent 695874dfd4
commit 35d7fdfa5a
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-02-19 Sven Neumann <sven@gimp.org>
* app/widgets/gimpdockable.c
* app/widgets/gimphelp-ids.h: added a tooltip and a help-id for the
dockable menu.
2005-02-19 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/script-fu.c

View File

@ -194,6 +194,9 @@ gimp_dockable_init (GimpDockable *dockable)
gtk_container_add (GTK_CONTAINER (dockable->menu_button), image);
gtk_widget_show (image);
gimp_help_set_help_data (dockable->menu_button, _("Configure this tab"),
GIMP_HELP_DOCK_TAB_MENU);
g_signal_connect (dockable->menu_button, "button_press_event",
G_CALLBACK (gimp_dockable_menu_button_press),
dockable);

View File

@ -415,6 +415,7 @@
#define GIMP_HELP_DOCK_TAB_ADD "gimp-dock-tab-add"
#define GIMP_HELP_DOCK_TAB_CLOSE "gimp-dock-tab-close"
#define GIMP_HELP_DOCK_TAB_MENU "gimp-dock-tab-menu"
#define GIMP_HELP_DOCK_TAB_DETACH "gimp-dock-tab-detach"
#define GIMP_HELP_DOCK_PREVIEW_SIZE "gimp-dock-preview-size"
#define GIMP_HELP_DOCK_TAB_STYLE "gimp-dock-tab-style"