Signal
GtkApplication::window-removed
since: 3.2
Description [src]
Emitted when a GtkWindow
is removed from application
,
either as a side-effect of being destroyed or explicitly
through gtk_application_remove_window().
Default handler: The default handler is called before the handlers added via |
Available since: 3.2 |
Parameters
window
-
Type:
GtkWindow
The
GtkWindow
that is being removed.The data is owned by the caller of the function.