Searched refs:reparent (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c62 Window reparent; /* If the window has been reparented, this member in struct:TkWmInfo
139 /* Width and height of reparent, in pixels
144 int xInParent, yInParent; /* Offset of window within reparent, measured
358 wmPtr->reparent = None;
1013 window = wmPtr->reparent;
2025 if ((wmPtr->reparent == None) || !ComputeReparentGeometry(winPtr)) {
2125 wmPtr->reparent = None;
2148 wmPtr->reparent = reparentEventPtr->parent;
2150 if (XQueryTree(winPtr->display, wmPtr->reparent, &dummy2, &ancestor,
2160 wmPtr->reparent
[all...]

Completed in 23 milliseconds