Home
last modified time | relevance | path

Searched refs:flex (Results 1 – 24 of 24) sorted by relevance

/lvgl-latest/examples/layouts/flex/
Dindex.rst4 .. lv_example:: layouts/flex/lv_example_flex_1
10 .. lv_example:: layouts/flex/lv_example_flex_2
13 Demonstrate flex grow
16 .. lv_example:: layouts/flex/lv_example_flex_3
19 Demonstrate flex grow.
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/docs/details/base-widget/layouts/
Dflex.rst75 by combining flex-direction_ and flex-wrap_ as defined under flex-flow_.
140 See flex-grow_ for an illustration of this behavior.
152 The following flex related style properties exist:
166 following functions can be used to set the flex container padding style:
213 .. include:: ../../../examples/layouts/flex/index.rst
219 .. _flex-direction: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-direction
220 .. _flex-wrap: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-wrap
221 .. _flex-flow: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-flow
225 .. _flex-grow: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-grow
Dindex.rst11 flex
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_flex_loader.c100 ui->ctrl_pad.tab.flex.ddlist_flow, in FLEX_ALIGN_EVENT_DEF()
117 lv_dropdown_set_selected(ui->ctrl_pad.tab.flex.ddlist_flow, i, LV_ANIM_OFF); in flex_loader_obj_update()
Dlv_demo_flex_layout_ctrl_pad.c68 ui->ctrl_pad.tab.flex.checkbox_scrl, in ctrl_pad_attach()
111 lv_obj_t * checkbox = ui->ctrl_pad.tab.flex.checkbox_scrl; in ctrl_pad_obj_update()
Dlv_demo_flex_layout_view_ctrl_pad.c72 ui->ctrl_pad.tab.flex.tab = lv_tabview_add_tab(tv, "Flex"); in view_ctrl_pad_create()
76 tab_flex_create(ui->ctrl_pad.tab.flex.tab, ui); in view_ctrl_pad_create()
111 ui->ctrl_pad.tab.flex.ddlist_flow = ddlist_create( in tab_flex_create()
126 ui->ctrl_pad.tab.flex.checkbox_scrl = cb; in tab_flex_create()
Dlv_demo_flex_layout_main.h46 } flex; member
/lvgl-latest/docs/_static/css/
Dcustom.css79 flex: none;
90 display: flex;
94 flex: 1 1 auto;
/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst32 - Fully support lvgl flex and grid style
105 - `flex <https://github.com/lvgl/lv_binding_js/blob/master/doc/style/flex.md>`__
/lvgl-latest/
Dcomponent.mk23 src/extra/layouts/flex \
DREADME.md55 …- [Flexbox](https://docs.lvgl.io/master/details/base-widget/layouts/flex.html) and [Grid](https://…
/lvgl-latest/docs/details/widgets/
Dwin.rst56 :ref:`flex` for details.
72 its FLEX GROW value is altered. See :ref:`flex` for details about how this works.
Dbuttonmatrix.rst69 `"flex-grow" <https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow>`__
/lvgl-latest/env_support/qnx/
Dcommon.mk110 $(SRC_ROOT)/layouts/flex \
/lvgl-latest/docs/details/other-components/
Dgridnav.rst16 manually positioned children, as well as :ref:`flex` and
/lvgl-latest/docs/
DREADME.md90 flex
108 flex <=== .rst files located in directory with index.rst
DCODING_STYLE.rst161 * enumeration and have the same meanings as they do for flex containers in CSS.
162 * @param obj pointer to flex container. It must have
DREADME_jp.rst89 `Flexbox <https://docs-lvgl-io.translate.goog/master/layouts/flex.html?_x_tr_sl=en&_x_tr_tl=ja&_x_t…
DREADME_zh.rst86 - `Flex 布局 <https://docs.lvgl.io/master/details/base-widget/layouts/flex.html>`__ 和
DREADME_pt_BR.rst105 - Sistema de design flexível com pelo menos 100 propriedades de estilo
DCHANGELOG.rst347 - **fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left** `5915 <https://github.com/lvgl/…
/lvgl-latest/docs/details/integration/os/
Dnuttx.rst93 …$ sudo apt-get install automake bison build-essential flex gcc-arm-none-eabi gperf git libncurses5…
/lvgl-latest/docs/details/base-widget/
Dobj.rst515 - :cpp:enumerator:`LV_OBJ_FLAG_FLEX_IN_NEW_TRACK` Start a new flex track on this item
590 …'s position has changed due to a layout recalculation (when container has flex or grid layout styl…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst1447 Defines in which direct the flex layout should arrange the children
1461 Defines how to align the children in the direction of flex flow
1475 Defines how to align the children perpendicular to the direction of flex flow