Allow using enums for selection boxes in tkinter
Abierto
type:feature
- Lenguaje dominante
- Python
- Estrellas
- 5
- Forks
- 1
- Merge medio
- 1 d 4 h
- PR fusionados (30 d)
- 5
Descripción
#### 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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.