Class
AdwToggle
since: 1.7
Description [src]
final class Adw.Toggle : GObject.Object
{
/* No available fields */
}
A toggle within AdwToggleGroup
.
AdwToggle
can optionally have a name, set with AdwToggle:name
.
If the name is set, AdwToggleGroup:active-name
can be used to access
toggles instead of index.
Available since: 1.7
Instance methods
adw_toggle_set_use_underline
Sets whether an embedded underline in the label indicates a mnemonic.
since: 1.7
Properties
Adw.Toggle:use-underline
Whether an embedded underline in the label indicates a mnemonic.
since: 1.7
Signals
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.