1XtAppAddActions(3) XT FUNCTIONS XtAppAddActions(3)
2
3
4
6 XtAppAddActions - register an action table
7
9 #include <X11/Intrinsic.h>
10
11 void XtAppAddActions(XtAppContext app_context, XtActionList actions,
12 Cardinal num_actions);
13
15 app_context
16 Specifies the application context.
17
18 actions Specifies the action table to register.
19
20 num_args Specifies the number of entries in this action table.
21
23 The XtAppAddActions function adds the specified action table and regisā
24 ters it with the translation manager.
25
27 XtParseTranslationTable(3)
28 X Toolkit Intrinsics - C Language Interface
29 Xlib - C Language X Interface
30
31
32
33X Version 11 libXt 1.1.5.1 XtAppAddActions(3)