Home
last modified time | relevance | path

Searched refs:choice_actions (Results 1 – 2 of 2) sorted by relevance

/dports/audio/beets/beets-1.4.9/beets/ui/
H A Dcommands.py536 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]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_indpanel.c131 static XtActionsRec choice_actions[] = variable
1720 XtAppAddActions(tool_app, choice_actions, XtNumber(choice_actions)); in popup_choice_panel()