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.
66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkRadioAction
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
an action of which only one in a group can be active
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A #GtkRadioAction is similar to #GtkRadioMenuItem. A number of radio
|
|
actions can be linked together so that only one may be active at any
|
|
one time.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkRadioAction ##### -->
|
|
<para>
|
|
The <structname>GtkRadioAction</structname> struct contains
|
|
only private members and should not be accessed directly.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_radio_action_get_group ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_radio_action_set_group ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@group:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_radio_action_get_current_value ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkRadioAction::changed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@radioaction: the object which received the signal.
|
|
@arg1:
|
|
|
|
<!-- ##### ARG GtkRadioAction:value ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|