Allow using enums for selection boxes in tkinter
Đang mở
type:feature
- Ngôn ngữ chính
- Python
- Star
- 5
- Fork
- 1
- Merge trung bình
- 1 ngày 4 giờ
- Pull request đã merge (30 ngày)
- 5
Mô tả
#### 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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.