Lines Matching defs:descendant
277 * If the focus widget is the event widget or a descendant
532 Widget descendant = pwi->focusKid;
550 if (descendant) {
552 _XtSendFocusEvent(descendant, FocusIn);
555 _XtSendFocusEvent(descendant, FocusOut);
563 Widget descendant,
573 * widget must now select for key events if the descendant is
579 target = descendant ? _GetWindowedAncestor(descendant) : NULL;
697 XtSetKeyboardFocus(Widget widget, Widget descendant)
711 if (descendant == widget)
712 descendant = (Widget) None;
714 target = descendant ? _GetWindowedAncestor(descendant) : NULL;
717 if (descendant != oldDesc) {
720 pwi->focusKid = descendant;
758 if (!XtIsShell(widget) && !descendant) {
765 if (descendant) {
769 XtAddCallback(descendant, XtNdestroyCallback,
772 AddFocusHandler(widget, descendant, pwi, psi, pdi,
785 pwi->queryEventDescendant = descendant;
795 call_data.event_data = (XtPointer) descendant;