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