Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lv_group_focus_obj equivalent missing? How do you focus an object? #354

Open
riaancillie opened this issue Sep 27, 2024 · 1 comment
Open

Comments

@riaancillie
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant