Signal

StButton::clicked

since: 14

Declaration

void
clicked (
  StButton* self,
  gint clicked_button,
  gpointer user_data
)

Description [src]

Emitted when the user activates the button, either with a mouse press and release or with the keyboard.

Default handler:

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

Available since: 14

Parameters

clicked_button

Type: gint

The mouse button that was used.