Searched defs:_lv_group_t (Results 1 – 1 of 1) sorted by relevance
31 struct _lv_group_t { struct32 lv_ll_t obj_ll; /**< Linked list to store the objects in the group*/33 lv_obj_t ** obj_focus; /**< The object in focus*/35 …focus_cb_t focus_cb; /**< A function to call when a new object is focused (optional)*/36 …up_edge_cb_t edge_cb; /**< A function to call when an edge is reached, no more focus40 void * user_data;42 uint8_t frozen : 1; /**< 1: can't focus to new object*/43 uint8_t editing : 1; /**< 1: Edit mode, 0: Navigate mode*/44 … uint8_t refocus_policy : 1; /**< 1: Focus prev if focused on deletion. 0: Focus next if focused on46 …rap : 1; /**< 1: Focus next/prev can wrap at end of list. 0: Focus next/prev stops at end