Home | History | Annotate | Download | only in src

Lines Matching refs:actions

65  * Actions
135 actionsList, /* actions */
190 XtActionList actions;
207 * Find the set and unset actions in the command widget's action table
209 XtGetActionList(commandWidgetClass, &actions, &num_actions);
212 if (streq(actions[i].string, "set"))
213 cclass->toggle_class.Set = actions[i].proc;
214 if (streq(actions[i].string, "unset"))
215 cclass->toggle_class.Unset = actions[i].proc;
219 XtFree((char *)actions);