Signal
GtkSwitch::state-set
Description [src]
Emitted to change the underlying state.
The ::state-set signal is emitted when the user changes the switch
position. The default handler calls gtk_switch_set_state()
with the
value of state
.
To implement delayed state change, applications can connect to this
signal, initiate the change of the underlying state, and call
gtk_switch_set_state()
when the underlying state change is
complete. The signal handler should return TRUE
to prevent the
default handler from running.
Default handler: The default handler is called after the handlers added via |