Package: gtk
Function gtk-application-add-window
Lambda Listgtk-application-add-window (application window) ArgumentsDetails
Adds a window to the application. This call is equivalent to setting the application property of window to application. Normally, the connection between the application and the window will remain until the window is destroyed, but you can explicitly remove it with the gtk-application-remove-window function. GTK will keep the application running as long as it has any windows. | See also |
2021-9-3