Allow using enums for selection boxes in tkinter
Offen
#216
0 Kommentare
0 Reaktionen
2 zugewiesene Personen
Beansprucht von @Tom-Kingstone
Auf GitHub ansehen
type:feature
- Vorherrschende Sprache
- Python
- Sterne
- 5
- Forks
- 1
- Ø Merge
- 1 T. 4 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
#### 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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.