Man Page: xtregistergrabaction
Operating Environment: redhat
Section: 3xt
XtRegisterGrabAction(3Xt) XT FUNCTIONS XtRegisterGrabAction(3Xt)NAMEXtRegisterGrabAction - register button and key grabsSYNTAXvoid XtRegisterGrabAction(action_proc, owner_events, event_mask, pointer_mode, keyboard_mode) XtActionProc action_proc; Boolean owner_events; unsigned int event_mask; int pointer_mode; int keyboard_mode;ARGUMENTSaction_proc Specifies the action procedure to search for in translation tables. action event params num_params Specify arguments to XtGrabButton or XtGrabKeyDESCRIPTIONXtRegisterGrabAction adds the specified action_proc to a list known to the translation manager.SEE ALSOX Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 Release 6.6 XtRegisterGrabAction(3Xt)