H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 33 wattrset(win, selected ? dlg.check_selected.atr in print_item() 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 42 if (selected) { in print_item() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 93 print_button(dialog, "Select", y, x, selected == 0); in print_buttons() 94 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons() 96 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|