RadioToolButton
Object Hierarchy:
Gtk.RadioToolButton
Gtk.RadioToolButton
Gtk.RadioToolButton
Gtk.ToggleToolButton
Gtk.ToggleToolButton
Gtk.ToggleToolButton->Gtk.RadioToolButton
Gtk.ToolButton
Gtk.ToolButton
Gtk.ToolButton->Gtk.ToggleToolButton
Gtk.ToolItem
Gtk.ToolItem
Gtk.ToolItem->Gtk.ToolButton
Gtk.Bin
Gtk.Bin
Gtk.Bin->Gtk.ToolItem
Gtk.Container
Gtk.Container
Gtk.Container->Gtk.Bin
Gtk.Widget
Gtk.Widget
Gtk.Widget->Gtk.Container
GLib.InitiallyUnowned
GLib.InitiallyUnowned
GLib.InitiallyUnowned->Gtk.Widget
GLib.Object
GLib.Object
GLib.Object->GLib.InitiallyUnowned
Atk.Implementor
Atk.Implementor
Atk.Implementor->Gtk.RadioToolButton
Atk.Implementor->Gtk.ToggleToolButton
Atk.Implementor->Gtk.ToolButton
Atk.Implementor->Gtk.ToolItem
Atk.Implementor->Gtk.Bin
Atk.Implementor->Gtk.Container
Atk.Implementor->Gtk.Widget
Gtk.Buildable
Gtk.Buildable
Gtk.Buildable->Gtk.RadioToolButton
Gtk.Buildable->Gtk.ToggleToolButton
Gtk.Buildable->Gtk.ToolButton
Gtk.Buildable->Gtk.ToolItem
Gtk.Buildable->Gtk.Bin
Gtk.Buildable->Gtk.Container
Gtk.Buildable->Gtk.Widget
Gtk.Activatable
Gtk.Activatable
Gtk.Activatable->Gtk.RadioToolButton
Gtk.Activatable->Gtk.ToggleToolButton
Gtk.Activatable->Gtk.ToolButton
Gtk.Activatable->Gtk.ToolItem
Gtk.Actionable
Gtk.Actionable
Gtk.Actionable->Gtk.RadioToolButton
Gtk.Actionable->Gtk.ToggleToolButton
Gtk.Actionable->Gtk.ToolButton
Description:
[
CCode ( type_id =
"gtk_radio_tool_button_get_type ()" ) ]
public class RadioToolButton :
ToggleToolButton ,
Implementor ,
Actionable ,
Activatable ,
Buildable
A RadioToolButton is a ToolItem that contains a radio button,
that is, a button that is part of a group of toggle buttons where only one button can be active at a time.
Use RadioToolButton to create a new GtkRadioToolButton.
Use RadioToolButton.from_widget to create a new
GtkRadioToolButton that is part of the same group as an existing GtkRadioToolButton.
CSS nodes
GtkRadioToolButton has a single CSS node with name toolbutton.
Content:
Properties:
Creation methods:
Methods:
public unowned SList <RadioButton >? get_group ()
Returns the radio button group this
belongs to.
public void set_group (SList <RadioButton >? group)
Adds this to group
,
removing it from the group it belonged to before.
Inherited Members:
All known members inherited from class Gtk.ToggleToolButton
All known members inherited from class Gtk.ToolButton
All known members inherited from class Gtk.ToolItem
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
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 Atk.Implementor
All known members inherited from interface Gtk.Actionable
All known members inherited from interface Gtk.Activatable
All known members inherited from interface Gtk.Buildable