gtkWindowGetTransientFor {RGtk2}R Documentation

gtkWindowGetTransientFor

Description

Fetches the transient parent for this window. See gtkWindowSetTransientFor.

Usage

gtkWindowGetTransientFor(object)

Arguments

object

a GtkWindow

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]