gdkWindowNew {RGtk2} | R Documentation |
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.
gdkWindowNew(parent = NULL, attributes)
|
[GdkWindow ] a GdkWindow , or NULL to create the window as a child of
the default root window for the default display. |
|
[GdkWindowAttr ] attributes of the new window |
Derived by RGtkGen from GTK+ documentation