1XtAddActions(3) XT COMPATIBILITY FUNCTIONS XtAddActions(3)
2
3
4
6 XtAddActions - register an action table
7
9 #include <X11/Intrinsic.h>
10
11 void XtAddActions(XtActionList actions, Cardinal num_actions);
12
14 actions Specifies the action table to register.
15
16 num_args Specifies the number of entries in this action table.
17
19 XtAddActions has been replaced by XtAppAddActions.
20
22 XtAppAddActions(3)
23 X Toolkit Intrinsics - C Language Interface
24 Xlib - C Language X Interface
25
26
27
28X Version 11 libXt 1.2.1 XtAddActions(3)