1XtRegisterGrabAction(3)          XT FUNCTIONS          XtRegisterGrabAction(3)
2
3
4

NAME

6       XtRegisterGrabAction - register button and key grabs
7

SYNTAX

9       #include <X11/Intrinsic.h>
10
11       void XtRegisterGrabAction(XtActionProc action_proc, Boolean
12              owner_events, unsigned int event_mask, int pointer_mode, int
13              keyboard_mode);
14

ARGUMENTS

16       action_proc
17                 Specifies the action procedure to search for in translation
18                 tables.
19
20       action
21
22       event
23
24       params
25
26       num_params
27                 Specify arguments to XtGrabButton or XtGrabKey
28

DESCRIPTION

30       XtRegisterGrabAction adds the specified action_proc to a list known to
31       the translation manager.
32

SEE ALSO

34       X Toolkit Intrinsics - C Language Interface
35       Xlib - C Language X Interface
36
37
38
39X Version 11                     libXt 1.1.5.1         XtRegisterGrabAction(3)
Impressum