Home
last modified time | relevance | path

Searched refs:LV_LABEL_TEXT_SELECTION (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.5.0/src/widgets/
Dlv_label.h66 #if LV_LABEL_TEXT_SELECTION
Dlv_textarea.h59 #if LV_LABEL_TEXT_SELECTION
Dlv_textarea.c522 #if LV_LABEL_TEXT_SELECTION in lv_textarea_set_text_selection()
669 #if LV_LABEL_TEXT_SELECTION in lv_textarea_text_is_selected()
689 #if LV_LABEL_TEXT_SELECTION in lv_textarea_get_text_selection()
715 #if LV_LABEL_TEXT_SELECTION in lv_textarea_clear_selection()
824 #if LV_LABEL_TEXT_SELECTION in lv_textarea_constructor()
1163 #if LV_LABEL_TEXT_SELECTION in update_cursor_position_on_click()
Dlv_label.c236 #if LV_LABEL_TEXT_SELECTION in lv_label_set_text_sel_start()
250 #if LV_LABEL_TEXT_SELECTION in lv_label_set_text_sel_end()
611 #if LV_LABEL_TEXT_SELECTION in lv_label_get_text_selection_start()
625 #if LV_LABEL_TEXT_SELECTION in lv_label_get_text_selection_end()
709 #if LV_LABEL_TEXT_SELECTION in lv_label_constructor()
/lvgl-3.5.0/src/
Dlv_conf_internal.h1458 #ifndef LV_LABEL_TEXT_SELECTION
1461 #define LV_LABEL_TEXT_SELECTION CONFIG_LV_LABEL_TEXT_SELECTION macro
1463 #define LV_LABEL_TEXT_SELECTION 0 macro
1466 #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/ macro
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h477 #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/ macro
/lvgl-3.5.0/
Dlv_conf_template.h484 #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/
DKconfig763 config LV_LABEL_TEXT_SELECTION config
/lvgl-3.5.0/docs/widgets/core/
Dlabel.md50 If enabled by `LV_LABEL_TEXT_SELECTION` part of the text can be selected. It's similar to when you …