lv_obj_is_layout_positioned() function
Test whether the and object is positioned by a layout or not
Syntax
bool lv_obj_is_layout_positioned(const struct _lv_obj_t * obj); Arguments
obj
pointer to an object to test
Return value
true: positioned by a layout; false: not positioned by a layout