HomeSort by: relevance | last modified time | path
    Searched refs:reparented (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
ViewportP.h 99 Bool reparented; /* True if child has been re-parented */ member in struct:__anon5788
  /xsrc/external/mit/libXaw/dist/src/
Viewport.c 353 ((ViewportConstraints)cnew->core.constraints)->viewport.reparented = False;
432 constraints->viewport.reparented = True;
434 else if (!constraints->viewport.reparented) {
437 constraints->viewport.reparented = True;
  /xsrc/external/mit/twm/dist/src/
events.c 1447 Bool reparented = XCheckTypedWindowEvent(dpy, Event.xunmap.window, local
1451 if (reparented) {
  /xsrc/external/mit/ctwm/dist/
event_handlers.c 2176 Bool reparented = XCheckTypedWindowEvent(dpy, Event.xunmap.window, local
2179 if(reparented) {
2180 // It got reparented, get rid of our alterations.
2191 // Didn't get reparented, so we should do it ourselves

Completed in 27 milliseconds