Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 44) sorted by relevance

12

/lvgl-3.7.0/docs/overview/
Dstyle-props.md9 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> Widget de…
10 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> No</li>
11 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Layout</strong> Yes</li>
12 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Ext. draw</strong> No</li>
18 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0</li>
19 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> No</li>
20 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Layout</strong> Yes</li>
21 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Ext. draw</strong> No</li>
27 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> LV_COORD_…
28 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> No</li>
[all …]
Dscroll.md46 …e `LV_PART_SCROLLBAR` is RTL (`LV_BASE_DIR_RTL`) the vertical scrollbar will be placed on the left.
76 - `LV_DIR_LEFT` only scroll left
109 - `LV_SCROLL_SNAP_START` Align the children to the left/top side of a scrolled object
136 …j_scroll_to(obj, x, y, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the top left corner
137 - `lv_obj_scroll_to_x(obj, x, LV_ANIM_ON/OFF)` scroll to bring the given coordinate to the left side
160 - `lv_obj_get_scroll_left(obj)` Get the scroll coordinate from the left
Dindev.md6 - Encoders with left/right turn and push options
76 Similarly, if a [Slider](/widgets/core/slider) is focused and you press the left or right arrows, t…
92 - **LV_KEY_LEFT** Decrease value or move to the left
95 - **LV_KEY_BACKSPACE** Delete a character on the left (E.g. in a [Text area](/widgets/core/textarea…
Dcoords.md10 - x=0; y=0 coordinate means the top-left corner of the parent plus the left/top padding plus border…
82 By default, the x and y coordinates are measured from the top left corner of the parent's content a…
91 In some cases it's convenient to change the origin of the positioning from the default top left. If…
166 …the right and bottom sides will be considered and children on the top and left remain cropped. Thi…
172 lv_obj_set_content_width(obj, 50); //The actual width: padding left + 50 + padding right
/lvgl-3.7.0/docs/_static/css/
Dcustom.css22 /*margin-left:8px;*/
86 left: 0;
95 margin-left: 1rem;
Dfontawesome.min.css5left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-alig…
/lvgl-3.7.0/examples/widgets/tabview/
Dindex.rst8 Tabs on the left, styling and no scrolling
/lvgl-3.7.0/examples/scroll/
Dindex.rst23 Right to left scrolling
/lvgl-3.7.0/src/extra/widgets/tileview/
Dlv_tileview.c171 lv_coord_t left = scroll_end.x; in tileview_event_cb() local
174 lv_coord_t tx = ((left + (w / 2)) / w) * w; in tileview_event_cb()
/lvgl-3.7.0/src/extra/libs/sjpg/
Dtjpgd.h40 uint16_t left; /* Left end */ member
/lvgl-3.7.0/docs/widgets/extra/
Dspinbox.md21 …he encoder button is clicked. To change this behaviour to shifting to the left, the `lv_spinbox_se…
39 - `LV_KEY_LEFT/RIGHT` With *Keypad* move the cursor left/right. With *Encoder* decrement/increment …
Dkeyboard.md45 - `LV_SYMBOL_BACKSPACE` Delete on the left.
46 - `LV_SYMBOL_LEFT` Move the cursor left.
Dimgbtn.md7 You can set a left, right and center image, and the center image will be repeated to match the widt…
Dwin.md28 …ing a button, a text and two other buttons will result in a button on the left, a title, and 2 but…
Dtabview.md13 The tab buttons can be positioned on the top, bottom, left and right side of the Tab view.
Dspan.md32 - `LV_TEXT_ALIGN_LEFT` Align text to left.
/lvgl-3.7.0/docs/others/
Dgridnav.md5 If the children are arranged into a grid-like layout then the up, down, left and right arrows move …
29 the focus goes to the object in the next/previous row (on left/right keys) or first/last row (on up…
/lvgl-3.7.0/docs/layouts/
Dgrid.md46 - `LV_GRID_ALIGN_START` means left on a horizontally and top vertically. (default)
57 - `LV_GRID_ALIGN_START` means left on a horizontally and top vertically. (default)
95 The columns will be placed from right to left.
Dflex.md49 - `LV_FLEX_ALIGN_START` means left on a horizontally and top vertically. (default)
97 The items on `ROW` layouts, and tracks of `COLUMN` layouts will be placed from right to left.
/lvgl-3.7.0/docs/widgets/core/
Dtextarea.md12 …ext related style properties including `text_align` to align the text to the left, right or center.
16 …LV_PART_CURSOR`'s style. The create line cursor leave the cursor transparent and set a left border.
39 To delete a character from the left of the current cursor position use `lv_textarea_del_char(textar…
Dswitch.md12 - `LV_PART_KNOB` A rectangle (or circle) drawn at left or right side of the indicator. Also uses al…
/lvgl-3.7.0/demos/music/
DREADME.md18 - Display the 4 bands on the left side of a circle by default at 0°, 45°, 90°, 135°
/lvgl-3.7.0/src/extra/widgets/colorwheel/
Dlv_colorwheel.c341 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in get_knob_area() local
347 knob_area.x1 = obj->coords.x1 + colorwheel->knob.pos.x - r - left; in get_knob_area()
369 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in lv_colorwheel_event() local
374 lv_coord_t knob_pad = LV_MAX4(left, right, top, bottom) + 2; in lv_colorwheel_event()
/lvgl-3.7.0/docs/porting/
Dindev.md22 - `LV_INDEV_TYPE_ENCODER` encoder with left/right turn and push options
80 3. Turn left
113 - `LV_KEY_LEFT` will simulate turning encoder left
/lvgl-3.7.0/src/widgets/
Dlv_textarea.c1102 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() local
1106 cur_area.x1 = letter_pos.x - left; in refr_cursor_area()
1283 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_placeholder() local
1288 lv_area_move(&ph_coords, left + border_width, top + border_width); in draw_placeholder()
1318 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in draw_cursor() local
1323 cur_area.x1 += left; in draw_cursor()

12