Searched refs:print_button (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons() 161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons() 162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
|
| H A D | yesno.c | 32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons() 33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
|
| H A D | inputbox.c | 34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons() 35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
|
| H A D | checklist.c | 106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons() 107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
|
| H A D | dialog.h | 202 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
|
| H A D | textbox.c | 117 print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); in dialog_textbox()
|
| H A D | util.c | 391 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() function
|