X Version 11 (Release 6.1)
XtBuildEventMask(X3xt)
XtBuildEventMask --
retrieve a widget's event mask
Synopsis
EventMask XtBuildEventMask (w)
Widget w;
Arguments
w -
Specifies the widget.
Description
The XtBuildEventMask
function returns the event mask representing the logical OR
of all event masks for event handlers 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.
References
XtAddEventHandler(X3xt)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004