i80_controller sample
my_theme_styles_t::msgbox_backdrop_bg
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
my_theme_styles_t::msgbox_backdrop_bg
my_theme_styles_t::msgbox_backdrop_bg field
Syntax
Show:
Summary
Declaration
from
lv_theme_default.c:133
lv_style_t
msgbox_backdrop_bg
;
Examples
References
from
examples
Code
Location
Referrer
lv_style_t
msgbox_backdrop_bg
;
lv_theme_default.c:133
style_init_reset
(
&
theme
->
styles
.
msgbox_backdrop_bg
)
;
lv_theme_default.c:575
style_init()
lv_style_set_bg_color
(
&
theme
->
styles
.
msgbox_backdrop_bg
,
lv_palette_main
(
LV_PALETTE_GREY
)
)
;
lv_theme_default.c:576
style_init()
lv_style_set_bg_opa
(
&
theme
->
styles
.
msgbox_backdrop_bg
,
LV_OPA_50
)
;
lv_theme_default.c:577
style_init()
lv_obj_add_style
(
obj
,
&
theme
->
styles
.
msgbox_backdrop_bg
,
0
)
;
lv_theme_default.c:1132
theme_apply()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out