Skip to content

Allow using enums for selection boxes in tkinter #216

@Tom-Kingstone

Description

@Tom-Kingstone

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.

Metadata

Metadata

Labels

type:featureNew capability or enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions