Lines Matching refs:cursor
11 The Text Area is a :ref:`base_widget_overview` with a :ref:`lv_label` and a cursor on
35 inserted. The cursor's area is always the bounding box of the current
36 character. A block cursor can be created by adding a background color
38 a "bar" cursor leave the cursor transparent and set a left border. The
39 ``anim_time`` style property sets the cursor's blink time.
53 You can insert text or characters to the current cursor's position with:
78 To delete the character to the left of the current cursor position, use
83 Moving the cursor
86 The cursor position can be modified programmatically using
88 the zero-based index of the character the cursor should be placed in front of.
92 You can move the cursor one character-position (or line) at a time with
100 cursor will jump to the position where the Text Area was clicked.
102 Hiding the cursor
105 The cursor is normally always visible. It it can be a good idea to style it
249 - ``LV_KEY_UP/DOWN/LEFT/RIGHT`` Move the cursor
250 - ``Any character`` Add the character to the current cursor position