Home
last modified time | relevance | path

Searched refs:layouts (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/examples/layouts/grid/
Dindex.rst4 .. lv_example:: layouts/grid/lv_example_grid_1
10 .. lv_example:: layouts/grid/lv_example_grid_2
16 .. lv_example:: layouts/grid/lv_example_grid_3
22 .. lv_example:: layouts/grid/lv_example_grid_4
28 .. lv_example:: layouts/grid/lv_example_grid_5
34 .. lv_example:: layouts/grid/lv_example_grid_6
/lvgl-latest/examples/layouts/flex/
Dindex.rst4 .. lv_example:: layouts/flex/lv_example_flex_1
10 .. lv_example:: layouts/flex/lv_example_flex_2
16 .. lv_example:: layouts/flex/lv_example_flex_3
22 .. lv_example:: layouts/flex/lv_example_flex_4
28 .. lv_example:: layouts/flex/lv_example_flex_5
34 .. lv_example:: layouts/flex/lv_example_flex_6
/lvgl-latest/
Dcomponent.mk13 src/extra/layouts \
14 src/extra/layouts/flex \
15 src/extra/layouts/grid \
DREADME.md42 * Powerful layouts inspired by CSS: [Flexbox](https://docs.lvgl.io/master/layouts/flex.html) and [G…
DREADME_zh.md44 …图形界面(例如:[Flexbox](https://docs.lvgl.io/master/layouts/flex.html)、[Grid](https://docs.lvgl.io/maste…
DREADME_pt_BR.md39 …m CSS: [Flexbox](https://docs.lvgl.io/master/layouts/flex.html) e [Grid](https://docs.lvgl.io/mast…
/lvgl-latest/docs/
Dexample_list.py70 layouts = { variable
119 for l in layouts:
120 fout.write("### " + layouts[l] + "\n")
Dindex.md32 layouts/index
DCHANGELOG.md1616 v8.0 brings many new features like simplified and more powerful scrolling, new layouts inspired by …
1645 ### New layouts
1688 - Use the new layouts instead of `lv_cont` features
/lvgl-latest/docs/others/
Dgridnav.md9 …ith manually positioned children, as well as [Flex](/layouts/flex) and [Grid](/layouts/grid) layou…
/lvgl-latest/docs/overview/
Dcoords.md1 # Positions, sizes, and layouts
7 - Explicitly set coordinates are stored in styles (size, position, layouts, etc.)
12 - a subset of flexbox and grid layouts are supported
258 The translation is applied after the layouts are calculated. Therefore, even laid out objects' posi…
267 …tion doesn't make the object "really" larger. In other words scrollbars, layouts, and `LV_SIZE_CON…
313 LVGL comes with two very powerful layouts:
317 Both are heavily inspired by the CSS layouts with the same name.
320 There are some flags that can be used on objects to affect how they behave with layouts:
322 - `LV_OBJ_FLAG_IGNORE_LAYOUT` The object is simply ignored by the layouts. Its coordinates can be s…
327 ### Adding new layouts
Dstyle-props.md106 Move the object with this value in X direction. Applied after layouts, aligns and other positioning…
115 Move the object with this value in Y direction. Applied after layouts, aligns and other positioning…
199 Sets the padding between the rows. Used by the layouts.
208 Sets the padding between the columns. Used by the layouts.
784 …g to the policies set for the layout. For the possible values see the documentation of the layouts.
/lvgl-latest/docs/layouts/
Dflex.md95 …ing of `LV_FLEX_ALIGN_START` and `LV_FLEX_ALIGN_END` is swapped on `ROW` layouts. I.e. `START` wil…
97 The items on `ROW` layouts, and tracks of `COLUMN` layouts will be placed from right to left.
108 .. include:: ../../examples/layouts/flex/index.rst
Dgrid.md102 .. include:: ../../examples/layouts/grid/index.rst
/lvgl-latest/docs/widgets/
Dobj.md20 …d here. To see all the features of LVGL (padding, coordinates in styles, layouts, etc) visit the […
121 - `LV_OBJ_FLAG_IGNORE_LAYOUT` Make the object positionable by the layouts
125 - `LV_OBJ_FLAG_LAYOUT_1` Custom flag, free to use by layouts
126 - `LV_OBJ_FLAG_LAYOUT_2` Custom flag, free to use by layouts
/lvgl-latest/docs/get-started/platforms/
Dnxp.md142 …pixel engine (PE) destination, the alignment should be 64 bytes for all tiled (4x4) buffer layouts.
143 …The pixel engine has no additional alignment requirement for linear buffer layouts (`VG_LITE_LINEA…
/lvgl-latest/docs/widgets/core/
Dimg.md100 It also means the layouts are not affected the by the transformations.