Searched refs:LV_LABEL_TEXT_SELECTION (Results 1 – 9 of 9) sorted by relevance
66 #if LV_LABEL_TEXT_SELECTION
59 #if LV_LABEL_TEXT_SELECTION
522 #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()1161 #if LV_LABEL_TEXT_SELECTION in update_cursor_position_on_click()
236 #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()
1478 #ifndef LV_LABEL_TEXT_SELECTION1481 #define LV_LABEL_TEXT_SELECTION CONFIG_LV_LABEL_TEXT_SELECTION macro1483 #define LV_LABEL_TEXT_SELECTION 0 macro1486 #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/ macro
480 #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/ macro
492 #define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/
774 config LV_LABEL_TEXT_SELECTION config
52 If enabled by `LV_LABEL_TEXT_SELECTION` part of the text can be selected. It's similar to when you …