Class

HeSwitch

[]

Description [src]

class He.Switch : He.Bin
  implements Gtk.Buildable {
  iswitch: GtkSwitch*
}

A Switch is a widget that is used to toggle a setting on or off, or to indicate two modes via a toggle (ex. Light/Dark)..

[]

Hierarchy

hierarchy this HeSwitch implements_0 GtkBuildable this--implements_0 ancestor_0 HeBin ancestor_0--this ancestor_1 GtkWidget ancestor_1--ancestor_0 ancestor_2 GInitiallyUnowned ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2
[]

Implements

[]

Constructors

he_switch_new

Constructs a new Switch..

[]

Instance methods

he_switch_get_left_icon
No description available.

he_switch_set_left_icon
No description available.

he_switch_get_right_icon
No description available.

he_switch_set_right_icon
No description available.

Methods inherited from HeBin (3)
Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkBuildable (1)
[]

Properties

He.Switch:left-icon
No description available.

He.Switch:right-icon
No description available.

Properties inherited from HeBin (1)
Properties inherited from GtkWidget (34)
[]

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure