gtkWindowGetDecorated {RGtk2}R Documentation

gtkWindowGetDecorated

Description

Returns whether the window has been set to have decorations such as a title bar via gtkWindowSetDecorated.

Usage

gtkWindowGetDecorated(object)

Arguments

object [GtkWindow] a GtkWindow

Value

[logical] TRUE if the window has been set to have decorations

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]