Lines Matching refs:selected
21 * *) Formerly if I selected something my scrolling would be broken because
36 * lxdialog, it sets the scrolling so that the selected item is in the
54 int selected, int hotkey)
75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr);
78 wattrset(win, selected ? dlg.tag_key_selected.atr
82 if (selected) {
89 #define print_item(index, choice, selected) \
92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
142 static void print_buttons(WINDOW * win, int height, int width, int selected)
147 print_button(win, gettext("Select"), y, x, selected == 0);
148 print_button(win, gettext(" Exit "), y, x + 12, selected == 1);
149 print_button(win, gettext(" Help "), y, x + 24, selected == 2);
150 print_button(win, gettext(" Save "), y, x + 36, selected == 3);
151 print_button(win, gettext(" Load "), y, x + 48, selected == 4);
153 wmove(win, y, x + 1 + 12 * selected);
172 const void *selected, int *s_scroll)
236 if (selected && (selected == item_data()))