Searched refs:LV_STYLE_FLEX_GROW (Results 1 – 3 of 3) sorted by relevance
65 extern lv_style_prop_t LV_STYLE_FLEX_GROW;138 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_FLEX_GROW); in lv_obj_get_style_flex_grow()
72 lv_style_prop_t LV_STYLE_FLEX_GROW; variable98 LV_STYLE_FLEX_GROW = lv_style_register_prop(LV_STYLE_PROP_LAYOUT_REFR); in lv_flex_init()159 lv_style_set_prop(style, LV_STYLE_FLEX_GROW, v); in lv_style_set_flex_grow()199 lv_obj_set_local_style_prop(obj, LV_STYLE_FLEX_GROW, v, selector); in lv_obj_set_style_flex_grow()
144 - fix(flex): register LV_STYLE_FLEX_GROW [`5ba90a5`](https://github.com/lvgl/lvgl/commit/5ba90a5c41…