XtBuildEventMask(3Xt) XtBuildEventMask(3Xt)NAME XtBuildEventMask - retrieves a widget's event mask SYNOPSIS EventMask XtBuildEventMask(w) Widget w; 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(3Xt) and sent to the server when event handlers and translations are installed or removed on the realized widget. Arguments This function accepts the following arguments: w Specifies the widget. SEE ALSO XtAddEventHandler(3Xt)X Toolkit Intrinsics - C Language InterfaceXlib - C Language Interface November, 1990 1