Package: gtk
Function gtk:window-new
Lambda Listgtk:window-new () Return ValueThe new gtk:window widget. Details
Creates a new toplevel window, which can contain other widgets.
To get an undecorated window, no window borders, use the gtk:window-decorated function. All top-level windows created by the gtk:window-new function are stored in an internal top-level window list. This list can be obtained from the gtk:window-list-toplevels function. To delete a window, call the gtk:window-destroy function. | See also |
2024-10-2