Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XtBuildEventMask(3)		  XT FUNCTIONS		     XtBuildEventMask(3)

NAME
     XtBuildEventMask - retrieve a widget's event mask

SYNTAX
     #include <X11/Intrinsic.h>

     EventMask XtBuildEventMask(Widget w);

ARGUMENTS
     w	       Specifies the widget.

DESCRIPTION
     The XtBuildEventMask function returns the event mask representing the logi-
     cal  OR of all event masks for event handlers registered on the widget with
     XtAddEventHandler and all event translations, including  accelerators,  in-
     stalled  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 real-
     ized widget.

SEE ALSO
     XtAddEventHandler(3)
     X Toolkit Intrinsics - C Language Interface
     Xlib - C Language X Interface

X Version 11			   libXt 1.3.1		     XtBuildEventMask(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XtBuildEventMask&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help