Searched refs:flex (Results 1 – 24 of 24) sorted by relevance
4 .. lv_example:: layouts/flex/lv_example_flex_110 .. lv_example:: layouts/flex/lv_example_flex_213 Demonstrate flex grow16 .. lv_example:: layouts/flex/lv_example_flex_319 Demonstrate flex grow.22 .. lv_example:: layouts/flex/lv_example_flex_428 .. lv_example:: layouts/flex/lv_example_flex_534 .. lv_example:: layouts/flex/lv_example_flex_6
75 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.rst219 .. _flex-direction: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-direction220 .. _flex-wrap: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-wrap221 .. _flex-flow: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-flow225 .. _flex-grow: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-grow
11 flex
100 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()
68 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()
72 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()
46 } flex; member
79 flex: none;90 display: flex;94 flex: 1 1 auto;
32 - Fully support lvgl flex and grid style105 - `flex <https://github.com/lvgl/lv_binding_js/blob/master/doc/style/flex.md>`__
23 src/extra/layouts/flex \
55 …- [Flexbox](https://docs.lvgl.io/master/details/base-widget/layouts/flex.html) and [Grid](https://…
56 :ref:`flex` for details.72 its FLEX GROW value is altered. See :ref:`flex` for details about how this works.
69 `"flex-grow" <https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow>`__
110 $(SRC_ROOT)/layouts/flex \
16 manually positioned children, as well as :ref:`flex` and
90 flex108 flex <=== .rst files located in directory with index.rst
161 * enumeration and have the same meanings as they do for flex containers in CSS.162 * @param obj pointer to flex container. It must have
89 `Flexbox <https://docs-lvgl-io.translate.goog/master/layouts/flex.html?_x_tr_sl=en&_x_tr_tl=ja&_x_t…
86 - `Flex 布局 <https://docs.lvgl.io/master/details/base-widget/layouts/flex.html>`__ 和
105 - Sistema de design flexível com pelo menos 100 propriedades de estilo
347 - **fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left** `5915 <https://github.com/lvgl/…
93 …$ sudo apt-get install automake bison build-essential flex gcc-arm-none-eabi gperf git libncurses5…
515 - :cpp:enumerator:`LV_OBJ_FLAG_FLEX_IN_NEW_TRACK` Start a new flex track on this item590 …'s position has changed due to a layout recalculation (when container has flex or grid layout styl…
1447 Defines in which direct the flex layout should arrange the children1461 Defines how to align the children in the direction of flex flow1475 Defines how to align the children perpendicular to the direction of flex flow