Home
last modified time | relevance | path

Searched refs:lv_btn_set_fit2 (Results 1 – 2 of 2) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_btn.h133 static inline void lv_btn_set_fit2(lv_obj_t * btn, lv_fit_t hor, lv_fit_t ver) in lv_btn_set_fit2() function
Dlv_list.c184 lv_btn_set_fit2(btn, LV_FIT_PARENT, LV_FIT_TIGHT); in lv_list_add_btn()
188 lv_btn_set_fit2(btn, LV_FIT_NONE, LV_FIT_TIGHT); in lv_list_add_btn()
322 lv_btn_set_fit2(btn, LV_FIT_PARENT, LV_FIT_TIGHT); in lv_list_set_layout()