rgb_panel sample
list_release_handler()
is only used within rgb_panel 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
rgb_panel 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:56
static
lv_result_t
list_release_handler
(
lv_obj_t
*
list_obj
)
;
Implemented in
lv_dropdown.c:1130
Arguments
Argument
list_obj
Return value
LV_RESULT_INVALID if the list is not being deleted in the user callback. Else LV_RESULT_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