OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLG_COLOR
(Results
1 - 2
of
2
) sorted by null
/external/toybox/kconfig/lxdialog/
util.c
59
#define
DLG_COLOR
(dialog, f, b, h) \
68
DLG_COLOR
(screen, COLOR_CYAN, COLOR_BLUE, true);
69
DLG_COLOR
(shadow, COLOR_BLACK, COLOR_BLACK, true);
70
DLG_COLOR
(dialog, COLOR_BLACK, COLOR_WHITE, false);
71
DLG_COLOR
(title, COLOR_YELLOW, COLOR_WHITE, true);
72
DLG_COLOR
(border, COLOR_WHITE, COLOR_WHITE, true);
73
DLG_COLOR
(button_active, COLOR_WHITE, COLOR_BLUE, true);
74
DLG_COLOR
(button_inactive, COLOR_BLACK, COLOR_WHITE, false);
75
DLG_COLOR
(button_key_active, COLOR_WHITE, COLOR_BLUE, true);
76
DLG_COLOR
(button_key_inactive, COLOR_RED, COLOR_WHITE, false)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
colordlg.h
6
#define
DLG_COLOR
10
Completed in 110 milliseconds