Searched refs:box (Results 1 – 5 of 5) sorted by relevance
| /scripts/kconfig/lxdialog/ |
| A D | textbox.c | 30 print_page(box, boxh, boxw, update_text, data); in refresh_text_box() 48 WINDOW *dialog, *box; in dialog_textbox() local 98 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox() 99 wattrset(box, dlg.dialog.atr); in dialog_textbox() 100 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox() 102 keypad(box, TRUE); in dialog_textbox() 123 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 143 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 155 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 231 delwin(box); in dialog_textbox() [all …]
|
| A D | util.c | 465 chtype box, chtype border) in draw_box() argument 478 waddch(win, box | ACS_URCORNER); in draw_box() 480 waddch(win, box | ACS_LRCORNER); in draw_box() 484 waddch(win, box | ACS_HLINE); in draw_box() 488 waddch(win, box | ACS_VLINE); in draw_box() 490 waddch(win, box | ' '); in draw_box()
|
| A D | dialog.h | 207 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
| /scripts/kconfig/ |
| A D | nconf.gui.c | 298 box(win, 0, 0); in btn_dialog() 407 box(win, 0, 0); in dialog_inputbox() 590 box(win, 0, 0); in show_scroll_win()
|
| A D | nconf.c | 963 box(main_window, 0, 0); in show_menu()
|
Completed in 13 milliseconds