1XtCallActionProc(3) XT FUNCTIONS XtCallActionProc(3)
2
3
4
6 XtCallActionProc - invoke an action procedure directly
7
9 void XtCallActionProc(Widget widget, String action, XEvent* event,
10 String* params, Cardinal num_params);
11
13 widget Specifies the widget in which the action is to be invoked.
14 Must be of class core of any subclass thereof.
15
16 action Specifies the name of the action routine.
17
18 event Specifies the contents of the event passed to the action rou‐
19 tine.
20
21 params Specifies the contents of the params passed to the action
22 routine.
23
24 num_params
25 Specifies the num of entries in params.
26
28 XtCallActionProc searches for the named action routine in the same man‐
29 ner and order as translation tables are bound. If found, the action
30 routine is invoked with the specified widget, event pointer, and param‐
31 eters. It is the responsibility of the caller to ensure that the con‐
32 tents of event, params, and num_params arguments are appropriate for
33 the specified routine, and if necessary, that the specified widget is
34 realized or sensitive. If the named action routine cannot be found,
35 XtCallActionProc generates a warning message and returns.
36
38 X Toolkit Intrinsics - C Language Interface
39 Xlib - C Language X Interface
40
41
42
43X Version 11 libXt 1.1.5 XtCallActionProc(3)