See gtk.switch_.Switch.stateSet for details.
Switch.state
bool state() @propertyGet state property.
Returns
The backend state that is controlled by the switch.
void state(bool propval) @propertySet state property.
Parameters
propval | The backend state that is controlled by the switch. See gtk.switch_.Switch.stateSet for details. |