frame-event

This signal is emitted when an event other than key-press, key-release, or a change in focus occurs on the window's frame.

The callback will be passed the window in which the event occured and the event itself.

Callback function

bool callback( GtkWindow window , GdkEvent event );