gdkWindowGetDecorations {RGtk2}R Documentation

gdkWindowGetDecorations

Description

Returns the decorations set on the GdkWindow with gdkWindowSetDecorations

Usage

gdkWindowGetDecorations(object)

Arguments

object [GdkWindow] 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 [GdkWMDecoration] The window decorations will be written here

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]