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

  /xsrc/external/mit/libXt/dist/include/X11/
IntrinsicI.h 83 _XtWindowedAncestor(object)->core.screen->display)
88 _XtWindowedAncestor(object)->core.screen)
91 ((XtIsWidget(object) ? (object) : _XtWindowedAncestor(object)) \
IntrinsicP.h 270 extern Widget _XtWindowedAncestor( /* internal; implementation-dependent */
  /xsrc/external/mit/libXt/dist/src/
GCManager.c 209 widget = _XtWindowedAncestor(widget);
Intrinsic.c 694 return XtDisplay(XtIsWidget(object) ? object : _XtWindowedAncestor(object));
712 return XtScreen(XtIsWidget(object) ? object : _XtWindowedAncestor(object));
727 return XtWindow(XtIsWidget(object) ? object : _XtWindowedAncestor(object));
813 _XtWindowedAncestor(register Widget object)
SetValues.c 446 Widget pw = _XtWindowedAncestor(w);
Keyboard.c 83 #define _GetWindowedAncestor(w) (XtIsWidget(w) ? w : _XtWindowedAncestor(w))
Convert.c 590 ancestor = _XtWindowedAncestor(widget);
Geometry.c 81 Widget pw = _XtWindowedAncestor((Widget) r);
Event.c 1673 child = XtIsWidget(child) ? child : _XtWindowedAncestor(child);

Completed in 9 milliseconds