Lines Matching full:will
58 the earlier set coordinates will be removed as well.
62 /*The size of obj1 will be set back to the default in the end*/
67 /*obj2 will have 200;100 size in the end */
83 For example if the parent has five pixels of padding on every side the above code will place `obj` …
165 …`LV_SIZE_CONTENT`. It means the object's size in the respective direction will be set to the size …
166 Note that only children on the right and bottom sides will be considered and children on the top an…
168 Objects with `LV_OBJ_FLAG_HIDDEN` or `LV_OBJ_FLAG_FLOATING` will be ignored by the `LV_SIZE_CONTENT…
170 … the content area can be set as well. This means an object's bounding box will be enlarged with th…
206 As you will see below there are some other great features of size and position setting.
256 … the object (and not to the size of the parent). For example `lv_pct(50)` will move the object wit…
267 …really" larger. In other words scrollbars, layouts, and `LV_SIZE_CONTENT` will not react to the tr…
323 …as `LV_OBJ_FLAG_IGNORE_LAYOUT` but the object with `LV_OBJ_FLAG_FLOATING` will be ignored in `LV_S…
341 /*Will be called automatically if it's required to reposition/resize the children of "obj" */