i2c_oled sample
list_release_handler()
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
list_release_handler()
list_release_handler() function
Called when a drop down list is released to open it or set new option
Syntax
Show:
Summary
Declaration
Definition
from
lv_dropdown.c:53
static
lv_res_t
list_release_handler
(
lv_obj_t
*
list_obj
)
;
Implemented in
lv_dropdown.c:1044
Arguments
Argument
list_obj
Return value
LV_RES_INV if the list is not being deleted in the user callback. Else LV_RES_OK
Examples
References
from
examples
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