HomeSort by relevance Sort by last modified time
    Searched refs:button_label_active (Results 1 - 2 of 2) sorted by null

  /external/toybox/kconfig/lxdialog/
util.c 37 dlg.button_label_active.atr = A_REVERSE;
77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true);
111 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false);
146 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true);
197 init_one_color(&dlg.button_label_active);
386 wattrset(win, selected ? dlg.button_label_active.atr
393 wattrset(win, selected ? dlg.button_label_active.atr
dialog.h 114 struct dialog_color button_label_active; member in struct:dialog_info

Completed in 983 milliseconds