Allow using enums for selection boxes in tkinter
Aberta
type:feature
- Linguagem predominante
- Python
- Estrelas
- 5
- Forks
- 1
- Merge médio
- 1d 4h
- PRs com merge (30d)
- 5
Descrição
#### 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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.