Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj.c57 static lv_result_t lv_obj_get_any(const lv_obj_t *, lv_prop_id_t, lv_property_t *);
175 .getter = lv_obj_get_any,
1030 static lv_result_t lv_obj_get_any(const lv_obj_t * obj, lv_prop_id_t id, lv_property_t * prop) in lv_obj_get_any() function