Searched defs:_lv_obj_t (Results 1 – 1 of 1) sorted by relevance
52 struct _lv_obj_t { struct53 const lv_obj_class_t * class_p;54 lv_obj_t * parent;55 lv_obj_spec_attr_t * spec_attr;56 lv_obj_style_t * styles;58 uint32_t style_main_prop_is_set;59 uint32_t style_other_prop_is_set;61 void * user_data;63 void * id;65 lv_area_t coords;[all …]