i2c_oled sample
lv_label_set_text_sel_end()
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_label_set_text_sel_end()
lv_label_set_text_sel_end() function
Set where text selection should end
Syntax
Show:
Summary
Declaration
Definition
from
lv_label.h:147
void
lv_label_set_text_sel_end
(
lv_obj_t
*
obj
,
uint32_t
index
)
;
Implemented in
lv_label.c:246
Arguments
Argument
Description
obj
pointer to a label object
index
character index where selection should end. `LV_LABEL_TEXT_SELECTION_OFF` for no selection
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