pressed

The "pressed" signal is emitted when the mouse button is pressed while the pointer is over the button.

button : the button that received the signal

user_param1 : the first user parameter (if any) specified with the connect() method

Callback function

void callback(GtkButton button, mixed user_param);