Home
last modified time | relevance | path

Searched refs:lv_obj_set_layout (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.7.0/examples/layouts/grid/
Dlv_example_grid_1.c18 lv_obj_set_layout(cont, LV_LAYOUT_GRID); in lv_example_grid_1()
/lvgl-3.7.0/src/core/
Dlv_obj_pos.h134 void lv_obj_set_layout(struct _lv_obj_t * obj, uint32_t layout);
Dlv_obj_pos.c267 void lv_obj_set_layout(lv_obj_t * obj, uint32_t layout) in lv_obj_set_layout() function
/lvgl-3.7.0/examples/others/fragment/
Dlv_example_fragment_2.c40 lv_obj_set_layout(root, LV_LAYOUT_GRID); in lv_example_fragment_2()
/lvgl-3.7.0/docs/layouts/
Dgrid.md11 To make an object a grid container call `lv_obj_set_layout(obj, LV_LAYOUT_GRID)`.
Dflex.md10 To make an object flex container call `lv_obj_set_layout(obj, LV_LAYOUT_FLEX)`.
/lvgl-3.7.0/src/extra/widgets/menu/
Dlv_menu.c474 lv_obj_set_layout(obj, LV_LAYOUT_FLEX); in lv_menu_constructor()
/lvgl-3.7.0/docs/overview/
Dcoords.md309 There is only one function that is the same for every layout: `lv_obj_set_layout(obj, <LAYOUT_NAME>…