feat(dropdown): add lv_anim_enable_t parameter to lv_dropddown_set_selected (#7310)

This commit is contained in:
André Costa
2025-01-06 15:40:23 +01:00
committed by GitHub
parent f27c65bf4a
commit 25232d92e7
9 changed files with 23 additions and 21 deletions

View File

@@ -87,7 +87,7 @@ the options string's contents must remain available for the life of the Drop-Dow
List and :cpp:func:`lv_dropdown_add_option` cannot be used.
You can select an option programmatically with
:cpp:expr:`lv_dropdown_set_selected(dropdown, id)`, where ``id`` is the index of
:cpp:expr:`lv_dropdown_set_selected(dropdown, id, LV_ANIM_ON/LV_ANIM_OFF)`, where ``id`` is the index of
the target option.
Get selected option