gtk+ r22010 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22010 - in trunk: . gtk
- Date: Tue, 30 Dec 2008 05:49:05 +0000 (UTC)
Author: matthiasc
Date: Tue Dec 30 05:49:05 2008
New Revision: 22010
URL: http://svn.gnome.org/viewvc/gtk+?rev=22010&view=rev
Log:
Doc additions
Modified:
trunk/ChangeLog
trunk/gtk/gtkmenutoolbutton.c
Modified: trunk/gtk/gtkmenutoolbutton.c
==============================================================================
--- trunk/gtk/gtkmenutoolbutton.c (original)
+++ trunk/gtk/gtkmenutoolbutton.c Tue Dec 30 05:49:05 2008
@@ -217,6 +217,19 @@
widget_class->state_changed = gtk_menu_tool_button_state_changed;
toolitem_class->toolbar_reconfigured = gtk_menu_tool_button_toolbar_reconfigured;
+ /**
+ * GtkMenuToolButton::show-menu:
+ * @button: the object on which the signal is emitted
+ *
+ * The ::show-menu signal is emitted before the menu is shown.
+ *
+ * It can be used to populate the menu on demand, using
+ * gtk_menu_tool_button_get_menu().
+
+ * Note that even if you populate the menu dynamically in this way,
+ * you must set an empty menu on the #GtkMenuToolButton beforehand,
+ * since the arrow is made insensitive if the menu is not set.
+ */
signals[SHOW_MENU] =
g_signal_new (I_("show-menu"),
G_OBJECT_CLASS_TYPE (klass),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]