Switch.state

Set state property.

  1. bool state [@property getter]
  2. bool state [@property setter]
    class Switch
    @property
    void
    state
    (
    bool propval
    )

Parameters

propval bool

The backend state that is controlled by the switch.

See signal@Gtk.Switch::state-set for details.