Searched refs:print_button (Results 1 – 7 of 7) sorted by relevance
/linux/scripts/kconfig/lxdialog/ |
A D | menubox.c | 147 print_button(win, "Select", y, x, selected == 0); in print_buttons() 148 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons() 149 print_button(win, " Help ", y, x + 24, selected == 2); in print_buttons() 150 print_button(win, " Save ", y, x + 36, selected == 3); in print_buttons() 151 print_button(win, " Load ", y, x + 48, selected == 4); in print_buttons()
|
A D | yesno.c | 19 print_button(dialog, " Yes ", y, x, selected == 0); in print_buttons() 20 print_button(dialog, " No ", y, x + 13, selected == 1); in print_buttons()
|
A D | inputbox.c | 21 print_button(dialog, " Ok ", y, x, selected == 0); in print_buttons() 22 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons()
|
A D | checklist.c | 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()
|
A D | dialog.h | 205 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
|
A D | textbox.c | 119 print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE); in dialog_textbox()
|
A D | util.c | 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() function
|
Completed in 8 milliseconds