lv_layout_private.h
API reference for lv_layout_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_layout.h
Summary
Functions
lv_layout_get_min_size
bool lv_layout_get_min_size(lv_obj_t *obj, int32_t *size, bool width)| Name | Type |
|---|---|
obj | lv_obj_t * |
size | int32_t * |
width | bool |
lv_layout_init
void lv_layout_init(void)lv_layout_deinit
void lv_layout_deinit(void)lv_layout_apply
Update the layout of a widget
void lv_layout_apply(lv_obj_t *obj)| Name | Type | Description |
|---|---|---|
obj | lv_obj_t * | pointer to a widget |
Structs
struct
lv_layout_dsc_t
| Member | Type | Description |
|---|---|---|
callbacks | lv_layout_callbacks_t | |
user_data | void * |
Dependencies
lvgl_public.h
Last updated on