Method GTK2.Window()->set_destroy_with_parent()


Method set_destroy_with_parent

GTK2.Window set_destroy_with_parent(int setting)

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.