From cc7b5d0a573a8331d0197b65fc4441f73bcea3e9 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 20 Jan 2014 19:56:56 -0500 Subject: [PATCH] docs: add missing flag --- gtk/gtkmenuitem.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkmenuitem.h b/gtk/gtkmenuitem.h index 70dbfd1bc9..3fa4a9bdc5 100644 --- a/gtk/gtkmenuitem.h +++ b/gtk/gtkmenuitem.h @@ -57,6 +57,9 @@ struct _GtkMenuItem /** * GtkMenuItemClass: * @parent_class: The parent class. + * @hide_on_activate: If %TRUE, then we should always + * hide the menu when the %GtkMenuItem is activated. Otherwise, + * it is up to the caller. * @activate: Signal emitted when the item is activated. * @activate_item: Signal emitted when the item is activated, but also * if the menu item has a submenu.