Home
last modified time | relevance | path

Searched defs:_lv_obj_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h184 typedef struct _lv_obj_t struct
186 struct _lv_obj_t * par; /**< Pointer to the parent object*/ argument
191 lv_event_cb_t event_cb; /**< Event callback function */
196 const lv_style_t * style_p; /**< Pointer to the object's style*/
199 void * group_p; /**< Pointer to the group of the object*/
208 lv_area_t ext_click_pad; /**< Extra click padding area. */
213 uint8_t drag : 1; /**< 1: Enable the dragging*/
214 uint8_t drag_throw : 1; /**< 1: Enable throwing with drag*/
216 uint8_t hidden : 1; /**< 1: Object is hidden*/
218 uint8_t opa_scale_en : 1; /**< 1: opa_scale is set*/
[all …]

Completed in 7 milliseconds