Allow using enums for selection boxes in tkinter
未關閉
type:feature
- 主要語言
- Python
- 星號
- 5
- 分支
- 1
- 平均合併
- 1 天 4 小時
- 30 天內合併 PR
- 5
描述
#### 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.
貢獻指南
評估
這個 Issue 還沒有評估資料。