Searched refs:lv_obj_set_layout (Results 1 – 8 of 8) sorted by relevance
18 lv_obj_set_layout(cont, LV_LAYOUT_GRID); in lv_example_grid_1()
134 void lv_obj_set_layout(struct _lv_obj_t * obj, uint32_t layout);
267 void lv_obj_set_layout(lv_obj_t * obj, uint32_t layout) in lv_obj_set_layout() function
40 lv_obj_set_layout(root, LV_LAYOUT_GRID); in lv_example_fragment_2()
11 To make an object a grid container call `lv_obj_set_layout(obj, LV_LAYOUT_GRID)`.
10 To make an object flex container call `lv_obj_set_layout(obj, LV_LAYOUT_FLEX)`.
474 lv_obj_set_layout(obj, LV_LAYOUT_FLEX); in lv_menu_constructor()
309 There is only one function that is the same for every layout: `lv_obj_set_layout(obj, <LAYOUT_NAME>…