gdkScreenGetWindowStack {RGtk2} | R Documentation |
Returns a list
of GdkWindow
s representing the current
window stack.
gdkScreenGetWindowStack(object)
|
[GdkScreen ] a GdkScreen |
On X11, this is done by inspecting the _NET_CLIENT_LIST_STACKING
property on the root window, as described in the Extended Window
Manager Hints (http://www.org/Standards/wm-spec). If the window manager does not support the
_NET_CLIENT_LIST_STACKING hint, this function returns NULL
.
On other platforms, this function may return NULL
, depending on whether
it is implementable on that platform.
The returned list is newly allocated and owns references to the windows it contains.
Since 2.10
[list] a list of GdkWindow
s for the current window stack,
or NULL
.
Derived by RGtkGen from GTK+ documentation