Signal

GtkSwitch::activate

Declaration

void
activate (
  GtkSwitch* self,
  gpointer user_data
)

Description [src]

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.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Signal can be directly emitted on objects from user code