XtBuildEventMask (3)
Leading comments
Copyright 1993 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and thi...
NAME
XtBuildEventMask - retrieve a widget's event maskSYNTAX
- EventMask XtBuildEventMask(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.SEE ALSO
XtAddEventHandler(3)X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface