forked from AuroraMiddleware/gtk
320bba9f37
2003-08-31 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkuimanager.sgml: * gtk/tmpl/gtkactiongroup.sgml: * gtk/tmpl/gtkaction.sgml: * gtk/tmpl/gtktoggleaction.sgml: * gtk/tmpl/gtkradioaction.sgml: Additions. * gtk/gtk-sections.txt: Updates. * gtk/gtk.types: Add GtkAction, GtkActionGroup, GtkToggleAction, GtkRadioAction and GtkUIManager. * gtk/gtkaction.c: * gtk/gtkactiongroup.c: Some doc tweaks. * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It wasn't emitted anyway. Some doc tweaks.
58 lines
1000 B
Plaintext
58 lines
1000 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkToggleAction
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
an action which can be toggled between two states
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A #GtkToggleAction corresponds roughly to a #GtkCheckMenuItem. It has an
|
|
"active" state specifying whether the action has been checked or not.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkToggleAction ##### -->
|
|
<para>
|
|
The <structname>GtkToggleAction</structname> struct contains only
|
|
private members and should not be accessed directly.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_toggled ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_set_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@is_active:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_get_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkToggleAction::toggled ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@toggleaction: the object which received the signal.
|
|
|