Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_max_height (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c553 lv_obj_set_style_max_height(chart1_cont, 300, 0); in analytics_create()
595 lv_obj_set_style_max_height(chart2_cont, 300, 0); in analytics_create()
894 lv_obj_set_style_max_height(chart3, 300, 0); in shop_create()
912 lv_obj_set_style_max_height(list, 300, 0); in shop_create()
937 lv_obj_set_style_max_height(notifications, 300, 0); in shop_create()
1218 lv_obj_set_style_max_height(kb, LV_HOR_RES * 2 / 3, 0); in ta_event_cb()
/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.c43 void lv_obj_set_style_max_height(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t sele… in lv_obj_set_style_max_height() function
Dlv_obj_style_gen.h576 void lv_obj_set_style_max_height(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t sele…