RadioAction
Object Hierarchy:
Gtk.RadioAction
Gtk.RadioAction
Gtk.RadioAction
Gtk.ToggleAction
Gtk.ToggleAction
Gtk.ToggleAction->Gtk.RadioAction
Gtk.Action
Gtk.Action
Gtk.Action->Gtk.ToggleAction
GLib.Object
GLib.Object
GLib.Object->Gtk.Action
Gtk.Buildable
Gtk.Buildable
Gtk.Buildable->Gtk.RadioAction
Gtk.Buildable->Gtk.ToggleAction
Gtk.Buildable->Gtk.Action
Description:
[
CCode ( type_id =
"gtk_radio_action_get_type ()" ) ]
[
Version ( deprecated =
true , deprecated_since =
"3.10" ) ]
public class RadioAction :
ToggleAction ,
Buildable
Warning: RadioAction is deprecated since 3.10.
A RadioAction is similar to RadioMenuItem .
A number of radio actions can be linked together so that only one may be active at any one time.
Content:
Properties:
Creation methods:
Methods:
public int get_current_value ()
Obtains the value property of the currently active member of the group
to which this belongs.
public unowned SList <RadioAction > get_group ()
Returns the list representing the radio group for this object.
public void join_group (RadioAction ? group_source)
Joins a radio action object to the group of another radio action
object.
public void set_current_value (int current_value)
Sets the currently active group member to the member with value
property current_value
.
public void set_group (SList <RadioAction >? group)
Sets the radio group for the radio action object.
Signals:
Inherited Members:
All known members inherited from class Gtk.ToggleAction
All known members inherited from class Gtk.Action
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Gtk.Buildable