OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:descendant
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libXt/dist/src/
Keyboard.c
277
* If the focus widget is the event widget or a
descendant
532
Widget
descendant
= pwi->focusKid;
local
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
)
[
all
...]
Destroy.c
282
Widget
descendant
= dr->widget;
local
288
XtPhase2Destroy(
descendant
);
/xsrc/external/mit/libXaw/dist/src/
TextPop.c
1511
char
descendant
[DISMISS_NAME_LEN + 2];
local
1513
snprintf(
descendant
, sizeof(
descendant
), "*%s", DISMISS_NAME);
1514
cancel = XtNameToWidget(w,
descendant
);
/xsrc/external/mit/xedit/dist/lisp/modules/
xt.c
173
{LispFunction, Lisp_XtSetKeyboardFocus, "xt-set-keyboard-focus widget
descendant
"},
1118
xt-set-keyboard-focus widget
descendant
1121
LispObj *widget, *
descendant
;
local
1123
descendant
= ARGUMENT(1);
1129
if (!CHECKO(
descendant
, xtWidget_t))
1131
STRFUN(builtin), STROBJ(
descendant
));
1133
(Widget)(
descendant
->data.opaque.data));
Completed in 10 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026