i80_controller sample
lv_msgbox_header_button_class
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_msgbox_header_button_class
lv_msgbox_header_button_class variable
Syntax
Show:
Summary
Declaration
Definition
from
lv_msgbox.h:37
extern
const
lv_obj_class_t
lv_msgbox_header_button_class
;
Implemented in
lv_msgbox.c:82
Examples
References
from
examples
Code
Location
Referrer
const
lv_obj_class_t
lv_msgbox_header_button_class
=
{
lv_msgbox.c:82
LV_ATTRIBUTE_EXTERN_DATA
extern
const
lv_obj_class_t
lv_msgbox_header_button_class
;
lv_msgbox.h:37
lv_obj_t
*
btn
=
lv_obj_class_create_obj
(
&
lv_msgbox_header_button_class
,
mbox
->
header
)
;
lv_msgbox.c:173
lv_msgbox_add_header_button()
else
if
(
lv_obj_check_type
(
obj
,
&
lv_msgbox_header_button_class
)
||
lv_theme_default.c:1150
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