gdkWindowGetDecorations {RGtk2}R Documentation

gdkWindowGetDecorations

Description

Returns the decorations set on the GdkWindow with gdkWindowSetDecorations

Usage

gdkWindowGetDecorations(object)

Arguments

object

The toplevel GdkWindow to get the decorations from

Value

A list containing the following elements:

retval

[logical] TRUE if the window has decorations set, FALSE otherwise.

decorations

The window decorations will be written here

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]