leave

The "leave" signal is emitted when the pointer leaves 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);