Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/core/
Dlv_group.h59 typedef struct _lv_group_t { struct
60 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 focus
69 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 on
76 …rap : 1; /**< 1: Focus next/prev can wrap at end of list. 0: Focus next/prev stops at end