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

/xsrc/external/mit/libXt/dist/src/
H A DKeyboard.c83 #define _GetWindowedAncestor(w) (XtIsWidget(w) ? w : _XtWindowedAncestor(w)) macro
262 pdi->focusWidget = _GetWindowedAncestor(FindFocusWidget(widget, pdi));
579 target = descendant ? _GetWindowedAncestor(descendant) : NULL;
714 target = descendant ? _GetWindowedAncestor(descendant) : NULL;
715 oldTarget = oldDesc ? _GetWindowedAncestor(oldDesc) : NULL;

Completed in 2 milliseconds