i2c_oled sample
lv_dropdown_list_create()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_dropdown_list_create()
lv_dropdown_list_create() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_dropdown.c:39
static
lv_obj_t
*
lv_dropdown_list_create
(
lv_obj_t
*
parent
)
;
Implemented in
lv_dropdown.c:569
Arguments
Argument
parent
Examples
References
from
examples
Code
Location
Referrer
static
lv_obj_t
*
lv_dropdown_list_create
(
lv_obj_t
*
parent
)
lv_dropdown.c:569
static
lv_obj_t
*
lv_dropdown_list_create
(
lv_obj_t
*
parent
)
;
lv_dropdown.c:39
dropdown
->
list
=
lv_dropdown_list_create
(
lv_obj_get_screen
(
obj
)
)
;
lv_dropdown.c:600
lv_dropdown_constructor()
Call Tree
from
examples
lv_dropdown_list_create()
is called by 1 function and calls 2 functions:
lv_dropdown_constructor()
All items filtered out
lv_dropdown_list_create()
lv_obj_class_create_obj()
lv_obj_class_init_obj()
All items filtered out
Data Use
from
examples
lv_dropdown_list_create()
:
All items filtered out
lv_dropdown_list_create()
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