[ Version ( since = "1.2" ) ]
public virtual signal bool delete_event (Event event)
The delete_event signal is emitted when the user closes a Stage window using the window controls.
Clutter by default will call main_quit if stage
is the default stage,
and destroy for any other stage.
It is possible to override the default behaviour by connecting a new handler and returning true
there.
This signal is emitted only on Clutter backends that embed Stage in native windows. It is not emitted for backends that use a static frame buffer.
event |