Searched refs:lv_label_get_text_selection_end (Results 1 – 8 of 8) sorted by relevance
197 uint32_t lv_label_get_text_selection_end(const lv_obj_t * obj);
85 .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() function837 label_draw_dsc.sel_end = lv_label_get_text_selection_end(obj); in draw_main()
320 TEST_ASSERT_EQUAL_INT(5, lv_label_get_text_selection_end(obj)); in test_label_properties()
564 uint32_t end = lv_label_get_text_selection_end(label); in test_label_text_selection()
143 :cpp:expr:`lv_label_get_text_selection_end(label, end_char_index)`.
208 - :cpp:expr:`lv_label_get_text_selection_end(ta_label)` zero-based index of the
778 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()
67 .getter = lv_label_get_text_selection_end,