Signal

GtkToolButton::clicked

Declaration

void
clicked (
  GtkToolButton* self,
  gpointer user_data
)

Description [src]

This signal is emitted when the tool button is clicked with the mouse or activated with the keyboard.

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