Home
last modified time | relevance | path

Searched refs:lv_label_get_text_selection_end (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/widgets/label/
Dlv_label.h197 uint32_t lv_label_get_text_selection_end(const lv_obj_t * obj);
Dlv_label.c85 .getter = lv_label_get_text_selection_end,
634 uint32_t lv_label_get_text_selection_end(const lv_obj_t * obj) in lv_label_get_text_selection_end() function
837 label_draw_dsc.sel_end = lv_label_get_text_selection_end(obj); in draw_main()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_property.c320 TEST_ASSERT_EQUAL_INT(5, lv_label_get_text_selection_end(obj)); in test_label_properties()
Dtest_label.c564 uint32_t end = lv_label_get_text_selection_end(label); in test_label_text_selection()
/lvgl-latest/docs/details/widgets/
Dlabel.rst143 :cpp:expr:`lv_label_get_text_selection_end(label, end_char_index)`.
Dtextarea.rst208 - :cpp:expr:`lv_label_get_text_selection_end(ta_label)` zero-based index of the
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c778 lv_label_get_text_selection_end(ta->label) != LV_DRAW_LABEL_NO_TXT_SEL)) { in lv_textarea_text_is_selected()
837 lv_label_get_text_selection_end(ta->label) != LV_DRAW_LABEL_NO_TXT_SEL) { in lv_textarea_clear_selection()
/lvgl-latest/docs/details/other-components/
Dobj_property.rst67 .getter = lv_label_get_text_selection_end,