You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
One can get the index of the selected element and the whole list of items, as well as set this entire list back into the menu, but there are no methods to get/set an element by index.
Describe the solution you'd like
Implementations of get_item_index(index) and set_item_index(index, item).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
One can get the index of the selected element and the whole list of items, as well as set this entire list back into the menu, but there are no methods to get/set an element by index.
Describe the solution you'd like
Implementations of
get_item_index(index)
andset_item_index(index, item)
.The text was updated successfully, but these errors were encountered: