Gtk.Switch::activate
function callback(switch, ):void;
The ::activate signal on GtkSwitch is an action signal and emitting it causes the switch to animate. Applications should never connect to this signal, but use the notify::active signal.
- switch
instance of Gtk.Switch that is emitting the signal