XtAppAddActions(3Xt) XtAppAddActions(3Xt)NAME XtAppAddActions - registers an action table SYNOPSIS void XtAppAddActions(app-context, actions, num-actions) XtAppContext app-context; XtActionList actions; Cardinal num-actions; DESCRIPTION The XtAppAddActions function adds the specified action table and registers it with the translation manager. Arguments This function accepts the following 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. SEE ALSO XtParseTranslationTable(3Xt)X Toolkit Intrinsics - C Language InterfaceXlib - C Language Interface November, 1990 1