|
NAMEXtRegisterGrabAction - 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
DESCRIPTIONXtRegisterGrabAction adds the specified action_proc to a list known to the translation manager. SEE ALSOX Toolkit Intrinsics - C Language Interface
|