GtkToggleButton
Button that retains its state.
Object Hierarchy
Direct Subclasses
Description
A GtkToggleButton is a
GtkButton which will remain 'pressed-in' when
clicked. Clicking again will cause the toggle button to return to its
normal state.
The state of a GtkToggleButton can be set
specifically using set_active() ,
and retrieved using get_active() .
To simply switch the state of a toggle button, use
toggled() .
Constructors
--
Creates a new toggle button.
Fields
active:
If the toggle button should be pressed in or not.
draw_indicator:
If the toggle part of the button is displayed.
inconsistent:
If the toggle button is in an "in between" state.
Signals
"toggled"
The button's active state has changed.