Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

XtAddActions - register an action table

Arguments

actions   Specifies the action table to register.

       num_args  Specifies the number of entries in this action table.

Description

XtAddActions has been replaced by XtAppAddActions.

Name

       XtAddActions - register an action table

See Also

XtAppAddActions(3)
       XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                                   XtAddActions(3)

Syntax

       #include <X11/Intrinsic.h>

       void XtAddActions(XtActionList actions, Cardinal num_actions);

See Also