Lines Matching refs:content
20 - have pixel, percentage, and "content" units
22 - width/height means the full size, the "content area" is smaller with padding and border width
51 :contained content: Specify size as a function of the Widget's children. The macro
91 :content: the content area which is the size of the bounding box reduced by the border width …
94 …:alt: The box models of LVGL: The content area is smaller than the bounding box with the padding a…
191 corner of the parent's content area. For example if the parent has five
193 (15, 25) because the content area starts after the padding.
195 Percentage values are calculated from the parent's content area size.
199 lv_obj_set_x(btn, lv_pct(10)); //x = 10 % of parent content area width
308 Percentage values are calculated based on the parent's content area
325 size of the content area can be set as well. This means a Widget's
333 The size of the bounding box and the content area can be retrieved with
513 the parent's content area.