Lines Matching refs:selected
30 - :cpp:enumerator:`LV_PART_SELECTED` Determines the style of the :ref:`selected
179 Widgets. (If you do not use selected text in your application, you can save 8 bytes
182 Any part of the text can be selected if enabled with
186 selection, any text selected time of the call will be de-selected.
191 If you need to programmatically deal with selected text, in addition to the
197 - :cpp:expr:`lv_textarea_text_is_selected(textarea)` tells whether any text is currently selected.
200 the zero-based index of the first character of the selected text.
201 Pass :c:macro:`LV_DRAW_LABEL_NO_TXT_SEL` to specify no text selected.
203 the zero-based index of the character just after the selected text.
204 Pass :c:macro:`LV_DRAW_LABEL_NO_TXT_SEL` to specify no text selected.
206 first character of the selected text.
207 :c:macro:`LV_DRAW_LABEL_NO_TXT_SEL` indicates no text selected.
209 character just after the selected text.
210 :c:macro:`LV_DRAW_LABEL_NO_TXT_SEL` indicates no text selected.