gtkWindowGetDestroyWithParent {RGtk2}R Documentation

gtkWindowGetDestroyWithParent

Description

Returns whether the window will be destroyed with its transient parent. See gtkWindowSetDestroyWithParent.

Usage

gtkWindowGetDestroyWithParent(object)

Arguments

object [GtkWindow] a GtkWindow

Value

[logical] TRUE if the window will be destroyed with its transient parent.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]