Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gdkWindowGetChildren: gdkWindowGetChildren
Description
Gets the list of children of
window
known to GDK. This function only returns children created via GDK, so for example it's useless when used with the root window; it only returns windows an application created itself.
Usage
gdkWindowGetChildren(object)
Arguments
object
a
GdkWindow
Value
window
Details
The returned list must be freed, but the elements in the list need not be.