Signal

GtkButton::activate

Declaration

void
activate (
  GtkButton* self,
  gpointer user_data
)

Description [src]

The ::activate signal on GtkButton is an action signal and emitting it causes the button to animate press then release. Applications should never connect to this signal, but use the GtkButton::clicked 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