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

/xsrc/external/mit/libXt/dist/src/
H A DKeyboard.c277 * If the focus widget is the event widget or a descendant
532 Widget descendant = pwi->focusKid; local in function:_XtHandleFocus
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) argument
562 AddFocusHandler(Widget widget,Widget descendant,XtPerWidgetInput pwi,XtPerWidgetInput psi,XtPerDisplayInput pdi,EventMask oldEventMask) argument
[all...]
H A DDestroy.c282 Widget descendant = dr->widget; local in function:XtPhase2Destroy
288 XtPhase2Destroy(descendant);
/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c1511 char descendant[DISMISS_NAME_LEN + 2]; local in function:WMProtocols
1513 snprintf(descendant, sizeof(descendant), "*%s", DISMISS_NAME);
1514 cancel = XtNameToWidget(w, descendant);
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxt.c173 {LispFunction, Lisp_XtSetKeyboardFocus, "xt-set-keyboard-focus widget descendant"},
1118 xt-set-keyboard-focus widget descendant
1121 LispObj *widget, *descendant; local in function:Lisp_XtSetKeyboardFocus
1123 descendant = ARGUMENT(1);
1129 if (!CHECKO(descendant, xtWidget_t))
1131 STRFUN(builtin), STROBJ(descendant));
1133 (Widget)(descendant->data.opaque.data));

Completed in 9 milliseconds