Package: gtk
Accessor gtk:window-destroy-with-parent
Lambda Listgtk:window-destroy-with-parent (object) SyntaxArgumentsDetails The accessor for the destroy-with-parent slot of the gtk:window class gets or sets whether the window will be destroyed
with its transient parent. If the setting argument is true, then destroying the transient parent of the window will also destroy the window itself. This is useful for dialogs that should not persist beyond the lifetime of the main window they are associated with. | See also |
2025-07-28