Allow using enums for selection boxes in tkinter
Open
type:feature
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 5
Description
#### Description:
Enums are in general much better for multi-value selection with UI as if the value or display value changes with strings they have to updated everywhere they are checked, but with an enum, the update need only be made in one place.
Contributor guide
Assessment
This issue has not been assessed yet.