Searched refs:choice_actions (Results 1 – 2 of 2) sorted by relevance
536 choice_actions = {c.short: c for c in choices}548 if sel in choice_actions:549 return choice_actions[sel]601 elif sel in choice_actions:602 return choice_actions[sel]637 elif sel in choice_actions:638 return choice_actions[sel]
131 static XtActionsRec choice_actions[] = variable1720 XtAppAddActions(tool_app, choice_actions, XtNumber(choice_actions)); in popup_choice_panel()