XtCallActionProc (3) Linux Manual Page
XtCallActionProc – invoke an action procedure directly Syntax #include <X11/Intrinsic.h> void XtCallActionProc(Widget widget, const char *action, XEvent *event, String *params, Cardinal num_params); Arguments widget Specifies the widget in which the action is to be invoked. Must be of class core of any subclass thereof. action Specifies the name of the action routine. event Specifies the…
