lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

lv_group_focus_obj equivalent missing? How do you focus an object?

Open riaancillie opened this issue 1 year ago • 1 comments

I can't find the mp equivalent of function lv_group_focus_obj lv.group_t doesn't have a method called focus_obj nor can I find anything related to forcing focus in lv.obj

lv.group_t. focus_prev set_refocus_policy get_edge_cb get_focused get_editing remove_all_objs set_wrap send_data focus_freeze set_default add_obj set_editing set_focus_cb get_obj_count get_wrap get_focus_cb set_edge_cb delete focus_next

What is the correct way to set the focused object in a lv.group_t?

riaancillie avatar Sep 27 '24 12:09 riaancillie

SOLVED Apologies, found a stub file that lead me to lv.group_focus_obj

riaancillie avatar Sep 27 '24 19:09 riaancillie