Searched defs:_lv_group_t (Results 1 – 1 of 1) sorted by relevance
59 typedef struct _lv_group_t { struct60 lv_ll_t obj_ll; /**< Linked list to store the objects in the group*/61 struct _lv_obj_t ** obj_focus; /**< The object in focus*/63 …focus_cb_t focus_cb; /**< A function to call when a new object is focused (optional)*/64 …up_edge_cb_t edge_cb; /**< A function to call when an edge is reached, no more focus69 void * user_data;72 uint8_t frozen : 1; /**< 1: can't focus to new object*/73 uint8_t editing : 1; /**< 1: Edit mode, 0: Navigate mode*/74 … uint8_t refocus_policy : 1; /**< 1: Focus prev if focused on deletion. 0: Focus next if focused on76 …rap : 1; /**< 1: Focus next/prev can wrap at end of list. 0: Focus next/prev stops at end