diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkmenuitem.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkmenuitem.sgml | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/docs/reference/gtk/tmpl/gtkmenuitem.sgml b/docs/reference/gtk/tmpl/gtkmenuitem.sgml index c016367fb..90b8c7ff9 100644 --- a/docs/reference/gtk/tmpl/gtkmenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkmenuitem.sgml @@ -39,6 +39,57 @@ only a few are really useful. </para> +<!-- ##### SIGNAL GtkMenuItem::activate ##### --> +<para> +Emitted when the item is activated. +</para> + +@menuitem: the object which received the signal. + +<!-- ##### SIGNAL GtkMenuItem::activate-item ##### --> +<para> +Emitted when the item is activated, but also if the menu item has a +submenu. For normal applications, the relevant signal is "activate". +</para> + +@menuitem: the object which received the signal. + +<!-- ##### SIGNAL GtkMenuItem::toggle-size-allocate ##### --> +<para> + +</para> + +@menuitem: the object which received the signal. +@arg1: + +<!-- ##### SIGNAL GtkMenuItem::toggle-size-request ##### --> +<para> + +</para> + +@menuitem: the object which received the signal. +@arg1: + +<!-- ##### ARG GtkMenuItem:arrow-spacing ##### --> +<para> + +</para> + +<!-- ##### ARG GtkMenuItem:horizontal-padding ##### --> +<para> + +</para> + +<!-- ##### ARG GtkMenuItem:selected-shadow-type ##### --> +<para> + +</para> + +<!-- ##### ARG GtkMenuItem:toggle-spacing ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_menu_item_new ##### --> <para> Creates a new #GtkMenuItem. @@ -170,54 +221,3 @@ Sets the menu item to be right-justified. Only useful for menu bars. @Returns: -<!-- ##### SIGNAL GtkMenuItem::activate ##### --> -<para> -Emitted when the item is activated. -</para> - -@menuitem: the object which received the signal. - -<!-- ##### SIGNAL GtkMenuItem::activate-item ##### --> -<para> -Emitted when the item is activated, but also if the menu item has a -submenu. For normal applications, the relevant signal is "activate". -</para> - -@menuitem: the object which received the signal. - -<!-- ##### SIGNAL GtkMenuItem::toggle-size-allocate ##### --> -<para> - -</para> - -@menuitem: the object which received the signal. -@arg1: - -<!-- ##### SIGNAL GtkMenuItem::toggle-size-request ##### --> -<para> - -</para> - -@menuitem: the object which received the signal. -@arg1: - -<!-- ##### ARG GtkMenuItem:arrow-spacing ##### --> -<para> - -</para> - -<!-- ##### ARG GtkMenuItem:horizontal-padding ##### --> -<para> - -</para> - -<!-- ##### ARG GtkMenuItem:selected-shadow-type ##### --> -<para> - -</para> - -<!-- ##### ARG GtkMenuItem:toggle-spacing ##### --> -<para> - -</para> - |