XtAddActions (3) Linux Manual Page
XtAddActions – register an action table
Syntax
#include <X11/Intrinsic.h>- void XtAddActions(XtActionList actions, Cardinal num_actions);
Arguments
- actions
- Specifies the action table to register.
- num_args
- Specifies the number of entries in this action table.
Description
XtAddActions has been replaced by XtAppAddActions.See Also
XtAppAddActions(3)X Toolkit Intrinsics – C Language Interface
Xlib – C Language X Interface
