Home
last modified time | relevance | path

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

/openbmc/linux/scripts/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 …]
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h101 struct dialog_info { struct
102 const char *backtitle;
103 struct subtitle_list *subtitles;
104 struct dialog_color screen;
105 struct dialog_color shadow;
106 struct dialog_color dialog;
107 struct dialog_color title;
108 struct dialog_color border;
109 struct dialog_color button_active;
110 struct dialog_color button_inactive;
[all …]