Home
last modified time | relevance | path

Searched refs:dialog_color (Results 1 – 2 of 2) sorted by relevance

/external/toybox/kconfig/lxdialog/
Ddialog.h96 struct dialog_color { struct
105 struct dialog_color screen; argument
106 struct dialog_color shadow;
107 struct dialog_color dialog;
108 struct dialog_color title;
109 struct dialog_color border;
110 struct dialog_color button_active;
111 struct dialog_color button_inactive;
112 struct dialog_color button_key_active;
113 struct dialog_color button_key_inactive;
[all …]
Dutil.c174 static void init_one_color(struct dialog_color *color) in init_one_color()