Class

IdeTweaksRadio

Description

final class Ide.TweaksRadio : Ide.TweaksWidget
  implements Gtk.Buildable {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeTweaksRadio implements_0 GtkBuildable this--implements_0 ancestor_0 IdeTweaksWidget ancestor_0--this ancestor_1 IdeTweaksItem ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Implements

Constructors

ide_tweaks_radio_new
No description available.

Instance methods

ide_tweaks_radio_get_subtitle
No description available.

ide_tweaks_radio_get_title
No description available.

ide_tweaks_radio_get_value
No description available.

ide_tweaks_radio_set_subtitle
No description available.

ide_tweaks_radio_set_title
No description available.

ide_tweaks_radio_set_value
No description available.

Methods inherited from IdeTweaksWidget (2)
ide_tweaks_widget_get_binding

Gets the binding for the widget.

ide_tweaks_widget_set_binding
No description available.

Methods inherited from IdeTweaksItem (19)
ide_tweaks_item_copy

Does a deep copy starting from self.

ide_tweaks_item_get_ancestor

Finds the first ancestor of self matching the GType ancestor_type.

ide_tweaks_item_get_first_child

Gets the first child of self.

ide_tweaks_item_get_hidden_when
No description available.

ide_tweaks_item_get_id
No description available.

ide_tweaks_item_get_keywords
No description available.

ide_tweaks_item_get_last_child

Gets the last child of self.

ide_tweaks_item_get_next_sibling

Gets the next sibling within the parent.

ide_tweaks_item_get_parent

Gets the parent IdeTweaksItem.

ide_tweaks_item_get_previous_sibling

Gets the previous sibling within the parent.

ide_tweaks_item_get_root

Gets the root IdeTweaksItem.

ide_tweaks_item_insert_after
No description available.

ide_tweaks_item_insert_before
No description available.

ide_tweaks_item_is_ancestor
No description available.

ide_tweaks_item_match
No description available.

ide_tweaks_item_set_hidden_when

Sets the “hidden-when” property.

ide_tweaks_item_set_keywords
No description available.

ide_tweaks_item_unparent
No description available.

ide_tweaks_item_visit_children

Calls visitor for every matching item.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GtkBuildable (1)
gtk_buildable_get_buildable_id

Gets the ID of the buildable object.

Properties

Ide.TweaksRadio:subtitle
No description available.

Ide.TweaksRadio:title
No description available.

Ide.TweaksRadio:value
No description available.

Properties inherited from IdeTweaksWidget (1)
Ide.TweaksWidget:binding
No description available.

Properties inherited from IdeTweaksItem (3)
Ide.TweaksItem:hidden-when
No description available.

Ide.TweaksItem:id
No description available.

Ide.TweaksItem:keywords
No description available.

Signals

Signals inherited from IdeTweaksWidget (1)
IdeTweaksWidget::create-for-item

Creates a new GtkWidget that can be inserted into the IdeTweaksWindow representing the item.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct IdeTweaksRadioClass {
  IdeTweaksWidgetClass parent_class;
  
}
No description available.
Class members
parent_class: IdeTweaksWidgetClass
No description available.