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

FreeBSD Manual Pages

  
 
  

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

NAME
       XtRegisterGrabAction - register button and key grabs

SYNTAX
       #include	<X11/Intrinsic.h>

       void	XtRegisterGrabAction(XtActionProc     action_proc,     Boolean
	      owner_events, unsigned int  event_mask,  int  pointer_mode,  int
	      keyboard_mode);

ARGUMENTS
       action_proc
		 Specifies  the	 action	procedure to search for	in translation
		 tables.

       action

       event

       params

       num_params
		 Specify arguments to XtGrabButton or XtGrabKey

DESCRIPTION
       XtRegisterGrabAction adds the specified action_proc to a	list known  to
       the translation manager.

SEE ALSO
       X Toolkit Intrinsics - C	Language Interface
       Xlib - C	Language X Interface

X Version 11			  libXt	1.3.0	       XtRegisterGrabAction(3)

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

home | help