XtAppAddActions(3Xt) MIT X11R4 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_context
Specifies the application context.
actions Specifies the action table to register.
num_args Specifies the number of entries in this action table.
Description
The 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
XtAppAddActions(3Xt)