Home
last modified time | relevance | path

Searched defs:dialog_info (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toybox/kconfig/lxdialog/
H A Ddialog.h103 struct dialog_info { struct
104 const char *backtitle;
105 struct dialog_color screen;
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;
[all …]
/aosp_15_r20/external/coreboot/util/kconfig/lxdialog/
H A Ddialog.h79 struct dialog_info { struct
80 const char *backtitle;
81 struct subtitle_list *subtitles;
82 struct dialog_color screen;
83 struct dialog_color shadow;
84 struct dialog_color dialog;
85 struct dialog_color title;
86 struct dialog_color border;
87 struct dialog_color button_active;
88 struct dialog_color button_inactive;
[all …]