1XtGetKeyboardFocusWidget(3) XT FUNCTIONS XtGetKeyboardFocusWidget(3)
2
3
4
6 XtGetKeyboardFocusWidget - extension event handling
7
9 #include <X11/Intrinsic.h>
10
11 Widget XtGetKeyboardFocusWidget(Widget widget);
12
14 widget Specifies the widget for this event handler. Must be of
15 class Core or any subclass thereof.
16
18 XtGetKeyboardFocusWidget function returns the widget that would be the
19 end result of keyboard event forwarding for a keyboard event for the
20 specified widget.
21
23 XtInsertEventTypeHandler(3), XtRemoveEventTypeHandler(3), XtRegisterEx‐
24 tensionSelector(3), XtSetEventDispatcher(3), XtDispatchEventToWidget(3)
25 X Toolkit Intrinsics - C Language Interface
26 Xlib - C Language X Interface
27
28
29
30X Version 11 libXt 1.2.0 XtGetKeyboardFocusWidget(3)