diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml index d263ed9419..84b8166745 100644 --- a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml @@ -41,6 +41,33 @@ an application.) </para> +<!-- ##### SIGNAL GtkCheckMenuItem::toggled ##### --> +<para> +This signal is emitted when the state of the check box is changed. +</para> + +<para> +A signal handler can examine the <structfield>active</structfield> +field of the #GtkCheckMenuItem-struct struct to discover the new state. +</para> + +@checkmenuitem: the object which received the signal. + +<!-- ##### ARG GtkCheckMenuItem:active ##### --> +<para> + +</para> + +<!-- ##### ARG GtkCheckMenuItem:draw-as-radio ##### --> +<para> + +</para> + +<!-- ##### ARG GtkCheckMenuItem:inconsistent ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_check_menu_item_new ##### --> <para> Creates a new #GtkCheckMenuItem. @@ -148,30 +175,3 @@ Emits the GtkCheckMenuItem::toggled signal. @Returns: -<!-- ##### SIGNAL GtkCheckMenuItem::toggled ##### --> -<para> -This signal is emitted when the state of the check box is changed. -</para> - -<para> -A signal handler can examine the <structfield>active</structfield> -field of the #GtkCheckMenuItem-struct struct to discover the new state. -</para> - -@checkmenuitem: the object which received the signal. - -<!-- ##### ARG GtkCheckMenuItem:active ##### --> -<para> - -</para> - -<!-- ##### ARG GtkCheckMenuItem:draw-as-radio ##### --> -<para> - -</para> - -<!-- ##### ARG GtkCheckMenuItem:inconsistent ##### --> -<para> - -</para> - |