Searched refs:lv_layout_t (Results 1 – 8 of 8) sorted by relevance
85 typedef uint8_t lv_layout_t; typedef103 lv_layout_t layout : 4; /*A layout from 'lv_layout_t' enum*/138 void lv_cont_set_layout(lv_obj_t * cont, lv_layout_t layout);183 lv_layout_t lv_cont_get_layout(const lv_obj_t * cont);
107 static inline void lv_btn_set_layout(lv_obj_t * btn, lv_layout_t layout) in lv_btn_set_layout()173 static inline lv_layout_t lv_btn_get_layout(const lv_obj_t * btn) in lv_btn_get_layout()
155 void lv_win_set_layout(lv_obj_t * win, lv_layout_t layout);224 lv_layout_t lv_win_get_layout(lv_obj_t * win);
166 void lv_list_set_layout(lv_obj_t * list, lv_layout_t layout);237 lv_layout_t lv_list_get_layout(lv_obj_t * list);
227 static inline void lv_page_set_scrl_layout(lv_obj_t * page, lv_layout_t layout) in lv_page_set_scrl_layout()322 static inline lv_layout_t lv_page_get_scrl_layout(const lv_obj_t * page) in lv_page_get_scrl_layout()
132 void lv_cont_set_layout(lv_obj_t * cont, lv_layout_t layout) in lv_cont_set_layout()182 lv_layout_t lv_cont_get_layout(const lv_obj_t * cont) in lv_cont_get_layout()313 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_refr_layout()348 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_layout_col()398 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_layout_row()491 lv_layout_t type = lv_cont_get_layout(cont); in lv_cont_layout_pretty()
176 lv_layout_t list_layout = lv_list_get_layout(list); in lv_list_add_btn()308 void lv_list_set_layout(lv_obj_t * list, lv_layout_t layout) in lv_list_set_layout()525 lv_layout_t lv_list_get_layout(lv_obj_t * list) in lv_list_get_layout()
318 void lv_win_set_layout(lv_obj_t * win, lv_layout_t layout) in lv_win_set_layout()443 lv_layout_t lv_win_get_layout(lv_obj_t * win) in lv_win_get_layout()