XtAppAddActions(3Xt)
Name
XtAppAddActions − register an action table
Syntax
void XtAppAddActions(app_context, actions, num_actions)
XtAppContext app_context;
XtActionList actions;
Cardinal num_actions;
Arguments
app_contextSpecifies the application context.
actionsSpecifies the action table to register.
num_argsSpecifies the number of entries in this action table.
Description
The XtAppAddActions function adds the specified action table and registers it with the translation manager.
See Also
XtParseTranslationTable(3Xt)
Guide to the XUI Toolkit Intrinsics
Guide to the Xlib Library
Subroutines