Lines Matching refs:by
4 …parts of LVGL, the concept of setting the coordinates was inspired by CSS. LVGL has by no means a …
25 - content: the content area which is the size of the bounding box reduced by the border width and p…
49 …se in which you need to be aware of the implementation. If the style(s) of an object are removed by
168 Objects with `LV_OBJ_FLAG_HIDDEN` or `LV_OBJ_FLAG_FLOATING` will be ignored by the `LV_SIZE_CONTENT…
191 - The values can be partially overwritten by other styles. For example `style_btn` makes the object…
214 One way to achieve this is by setting a new Y coordinate for the pressed state:
282 They are especially useful if the size is set by percentage or `LV_SIZE_CONTENT`.
307 The position and size set by the layout overwrites the "normal" x, y, width, and height settings.
317 Both are heavily inspired by the CSS layouts with the same name.
322 - `LV_OBJ_FLAG_IGNORE_LAYOUT` The object is simply ignored by the layouts. Its coordinates can be s…
329 LVGL can be freely extended by a custom layout like this: