gtkWindowSetDestroyWithParent {RGtk2}R Documentation

gtkWindowSetDestroyWithParent

Description

If setting is TRUE, then destroying the transient parent of window will also destroy window itself. This is useful for dialogs that shouldn't persist beyond the lifetime of the main window they're associated with, for example.

Usage

gtkWindowSetDestroyWithParent(object, setting)

Arguments

object [GtkWindow] a GtkWindow
setting [logical] whether to destroy window with its transient parent

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]