Home
last modified time | relevance | path

Searched refs:LV_LABEL_TEXT_SELECTION_OFF (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.5.0/src/widgets/
Dlv_label.h33 #define LV_LABEL_TEXT_SELECTION_OFF LV_DRAW_LABEL_NO_TXT_SEL macro
37 LV_EXPORT_CONST_INT(LV_LABEL_TEXT_SELECTION_OFF);
Dlv_label.c617 return LV_LABEL_TEXT_SELECTION_OFF; in lv_label_get_text_selection_start()
630 return LV_LABEL_TEXT_SELECTION_OFF; in lv_label_get_text_selection_end()
Dlv_textarea.c1185 ta->sel_end = LV_LABEL_TEXT_SELECTION_OFF; in update_cursor_position_on_click()