Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c226 bool inheritable = lv_style_prop_has_flag(prop, LV_STYLE_PROP_INHERIT); in lv_obj_get_style_prop() local
231 if(!inheritable) break; in lv_obj_get_style_prop()
/lvgl-3.7.0/docs/overview/
Dstyle.md84 In this case, if the property is inheritable, the property's value will be searched in the parents …