Lines Matching full:with
14 with minor adjustments).
22 - width/height means the full size, the "content area" is smaller with padding and border width
94 …:alt: The box models of LVGL: The content area is smaller than the bounding box with the padding a…
225 9 convenient "anchors" can be used with these functions:
282 Note that, unlike with :cpp:func:`lv_obj_align`, :cpp:func:`lv_obj_align_to`
321 Widgets with :cpp:enumerator:`LV_OBJ_FLAG_HIDDEN` or :cpp:enumerator:`LV_OBJ_FLAG_FLOATING` will be
326 bounding box will be enlarged with the addition of padding.
333 The size of the bounding box and the content area can be retrieved with
350 especially with small Widgets, it can be helpful to make a Widget's "clickable" area
351 larger. You can do this with :cpp:expr:`lv_obj_set_ext_click_area(widget, size)`.
454 For example :cpp:expr:`lv_pct(50)` will move the Widget with half of its
551 LVGL comes with two very powerful layouts:
553 * Flexbox: arrange Widgets into rows or columns, with support for wrapping and expanding items.
556 Both are heavily inspired by the CSS layouts with the same name.
564 behave with layouts:
568 …ATING` Same as :cpp:enumerator:`LV_OBJ_FLAG_IGNORE_LAYOUT` but the Widget with :cpp:enumerator:`LV…
570 These flags can be added/removed with :cpp:expr:`lv_obj_add_flag(widget, FLAG)` and :cpp:expr:`lv_o…