Lines Matching refs:coordinates
12 coordinates was inspired by CSS. LVGL has by no means a complete
18 - Explicitly set coordinates are stored in styles (position, size, layouts, etc.)
122 coordinates were just changed, LVGL needs to be forced to recalculate
123 the coordinates. To do this call :cpp:func:`lv_obj_update_layout`.
126 :cpp:func:`lv_obj_update_layout` recalculates the coordinates of all Widgets on
137 coordinates can also be set via style properties. To be more precise,
156 the earlier set coordinates will be removed as well.
182 To simply set the x and y coordinates of a Widget use:
190 By default, the x and y coordinates are measured from the top left
365 However, using styles to set the coordinates has some great advantages:
567 …J_FLAG_IGNORE_LAYOUT` The Widget is simply ignored by the layouts. Its coordinates can be set as u…