XtBuildEventMask(3Xt) XT FUNCTIONS XtBuildEventMask(3Xt)NAMEXtBuildEventMask - retrieve a widget's event mask
SYNTAX
EventMask XtBuildEventMask(w)
Widget w;
ARGUMENTS
w Specifies the widget.
DESCRIPTION
The XtBuildEventMask function returns the event mask rep-
resenting the logical OR of all event masks for event han-
dlers registered on the widget with XtAddEventHandler and
all event translations, including accelerators, installed
on the widget. This is the same event mask stored into
the XSetWindowAttributes structure by XtRealizeWidget and
sent to the server when event handlers and translations
are installed or removed on the realized widget.
SEE ALSOXtAddEventHandler(3Xt)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 Release 6.4 1