Searched refs:border (Results 1 – 7 of 7) sorted by relevance
/scripts/kconfig/lxdialog/ |
A D | yesno.c | 50 dlg.dialog.atr, dlg.border.atr); in dialog_yesno() 51 wattrset(dialog, dlg.border.atr); in dialog_yesno()
|
A D | util.c | 51 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme() 80 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 161 init_one_color(&dlg.border); in init_dialog_colors() 437 chtype box, chtype border) in draw_box() argument 446 waddch(win, border | ACS_ULCORNER); in draw_box() 448 waddch(win, border | ACS_LLCORNER); in draw_box() 454 waddch(win, border | ACS_HLINE); in draw_box() 458 waddch(win, border | ACS_VLINE); in draw_box()
|
A D | dialog.h | 86 struct dialog_color border; member 188 chtype border);
|
A D | inputbox.c | 63 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 64 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 82 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
|
A D | textbox.c | 215 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 217 wattrset(dialog, dlg.border.atr); in dialog_textbox()
|
A D | checklist.c | 139 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() 140 wattrset(dialog, dlg.border.atr); in dialog_checklist()
|
A D | menubox.c | 194 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 195 wattrset(dialog, dlg.border.atr); in dialog_menu()
|
Completed in 8 milliseconds