activate

The "activate" signal is emitted when the activate() method is called. For a button it causes the "clicked" signal to be emitted.

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);