1XtBuildEventMask(3) XT FUNCTIONS XtBuildEventMask(3)
2
3
4
6 XtBuildEventMask - retrieve a widget's event mask
7
9 #include <X11/Intrinsic.h>
10
11 EventMask XtBuildEventMask(Widget w);
12
14 w Specifies the widget.
15
17 The XtBuildEventMask function returns the event mask representing the
18 logical OR of all event masks for event handlers registered on the wid‐
19 get with XtAddEventHandler and all event translations, including accel‐
20 erators, installed on the widget. This is the same event mask stored
21 into the XSetWindowAttributes structure by XtRealizeWidget and sent to
22 the server when event handlers and translations are installed or re‐
23 moved on the realized widget.
24
26 XtAddEventHandler(3)
27 X Toolkit Intrinsics - C Language Interface
28 Xlib - C Language X Interface
29
30
31
32X Version 11 libXt 1.2.1 XtBuildEventMask(3)