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 还没有评估数据。