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 | 24 dlg.border.atr = A_NORMAL; in set_mono_theme() 64 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme() 97 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 184 init_one_color(&dlg.border); in init_dialog_colors() 465 chtype box, chtype border) in draw_box() argument 474 waddch(win, border | ACS_ULCORNER); in draw_box() 476 waddch(win, border | ACS_LLCORNER); in draw_box() 482 waddch(win, border | ACS_HLINE); in draw_box() 486 waddch(win, border | ACS_VLINE); in draw_box()
|
| A D | inputbox.c | 61 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 62 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 80 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
|
| A D | dialog.h | 102 struct dialog_color border; member 208 chtype border);
|
| 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 | textbox.c | 106 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 108 wattrset(dialog, dlg.border.atr); in dialog_textbox()
|
| A D | menubox.c | 202 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 203 wattrset(dialog, dlg.border.atr); in dialog_menu()
|
Completed in 8 milliseconds