gtkWindowGetTransientFor {RGtk2.10}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.10 version 2.10.6 Index]