i80_controller sample
lv_list_set_button_text()
is only used within i80_controller 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
i80_controller sample
lv_list_set_button_text()
lv_list_set_button_text() function
Set text of a given list button
Syntax
Show:
Summary
Declaration
Definition
from
lv_list.h:73
void
lv_list_set_button_text
(
lv_obj_t
*
list
,
lv_obj_t
*
btn
,
const
char
*
txt
)
;
Implemented in
lv_list.c:124
Arguments
Argument
Description
list
pointer to a list
btn
pointer to the button
txt
pointer to the text
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