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.
I currently have to rely on get() returning None to check whether a menu is empty, which is inelegant. I can't check the index of the currently selected item either because of #139.
Describe the solution you'd like
An implementation of empty() on menu classes.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I currently have to rely on
get()
returningNone
to check whether a menu is empty, which is inelegant. I can't check the index of the currently selected item either because of #139.Describe the solution you'd like
An implementation of
empty()
on menu classes.The text was updated successfully, but these errors were encountered: