Allow using enums for selection boxes in tkinter
Ouverte
type:feature
- Langage dominant
- Python
- Étoiles
- 5
- Forks
- 1
- Merge moyen
- 1 j 4 h
- PR mergées (30 j)
- 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.