Method GTK2.Window()->set_destroy_with_parent()
- Method
set_destroy_with_parent
GTK2.Windowset_destroy_with_parent(intsetting)- Description
If setting is true, then destroying the transient parent of this window will also destroy the window itself. This is useful for dialogs that shouldn't persist beyond the lifetime of the main window they're associated with, for example.