XtAppAddActions(3Xt) — MIT X11R4
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)
X Window System Toolkit: The Complete Programmer’s Guide and Specification, Paul J. Asente and Ralph Swick
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys