Searched refs:item_selected (Results 1 - 4 of 4) sorted by relevance

/external/toybox/kconfig/lxdialog/
H A Ddialog.h125 struct dialog_color item_selected; member in struct:dialog_info
H A Dutil.c48 dlg.item_selected.atr = A_REVERSE;
88 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true);
127 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false);
208 init_one_color(&dlg.item_selected);
H A Dchecklist.c48 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr);
H A Dmenubox.c88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr);

Completed in 254 milliseconds