H A D | menubox.c | 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) in do_print_item() argument 67 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 70 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 74 if (selected) { in do_print_item() 81 #define print_item(index, choice, selected) \ argument 84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 139 print_button(win, "Select", y, x, selected == 0); in print_buttons() [all …]
|