gdkWindowNew {RGtk2}R Documentation

gdkWindowNew

Description

Creates a new GdkWindow using the attributes from attributes. See GdkWindowAttr and GdkWindowAttributesType for more details. Note: to use this on displays other than the default display, parent must be specified.

Usage

gdkWindowNew(parent = NULL, attributes)

Arguments

parent [GdkWindow] a GdkWindow, or NULL to create the window as a child of the default root window for the default display.
attributes [GdkWindowAttr] attributes of the new window

Value

[GdkWindow] the new GdkWindow

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]