1XtBuildEventMask(3)              XT FUNCTIONS              XtBuildEventMask(3)
2
3
4

NAME

6       XtBuildEventMask - retrieve a widget's event mask
7

SYNTAX

9       #include <X11/Intrinsic.h>
10
11       EventMask XtBuildEventMask(Widget w);
12

ARGUMENTS

14       w         Specifies the widget.
15

DESCRIPTION

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
23       removed on the realized widget.
24

SEE ALSO

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.0              XtBuildEventMask(3)
Impressum