signal callback delegate or function to connect
bool callback(gtk.window.Window window)
window the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the signal
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to CloseRequest signal.
Emitted when the user clicks on the close button of the window.