XtRegisterGrabAction - register button and key grabs
Contents
Arguments
action_proc
Specifies the action procedure to search for in translation tables.
actioneventparamsnum_params
Specify arguments to XtGrabButton or XtGrabKeyDescription
XtRegisterGrabAction adds the specified action_proc to a list known to the translation manager.
Name
XtRegisterGrabAction - register button and key grabs
See Also
XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface
X Version 11 libXt 1.2.1 XtRegisterGrabAction(3)
Syntax
#include <X11/Intrinsic.h>
void XtRegisterGrabAction(XtActionProc action_proc, Boolean owner_events, unsigned int event_mask, int
pointer_mode, int keyboard_mode);
