Searched defs:_lv_obj_spec_attr_t (Results 1 – 1 of 1) sorted by relevance
31 struct _lv_obj_spec_attr_t { struct32 lv_obj_t ** children; /**< Store the pointer of the children in an array.*/33 lv_group_t * group_p;35 lv_matrix_t * matrix; /**< The transform matrix*/37 lv_event_list_t event_list;39 lv_point_t scroll; /**< The current X/Y scroll offset*/41 int32_t ext_click_pad; /**< Extra click padding in all direction*/42 int32_t ext_draw_size; /**< EXTend the size in every direction for drawing.*/44 uint16_t child_cnt; /**< Number of children*/45 uint16_t scrollbar_mode : 2; /**< How to display scrollbars, see `lv_scrollbar_mode_t`*/[all …]