gtkWindowGetTransientFor {RGtk2}R Documentation

gtkWindowGetTransientFor

Description

Fetches the transient parent for this window. See gtkWindowSetTransientFor.

Usage

gtkWindowGetTransientFor(object)

Arguments

object [GtkWindow] a GtkWindow

Value

[GtkWindow] the transient parent for this window, or NULL if no transient parent has been set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]