XtAppAddActions(3Xt) XT FUNCTIONS XtAppAddActions(3Xt)
NAME
XtAppAddActions - register an action table
SYNTAX
void XtAppAddActions(appcontext, actions, numactions)
XtAppContext appcontext;
XtActionList actions;
Cardinal numactions;
ARGUMENTS
appcontext
Specifies the application context.
actions Specifies the action table to register.
numargs Specifies 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 Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 Release 3 1