BHoM / BHoM/Python_Toolkit

Allow using enums for selection boxes in tkinter

Open
#216 0 comments 0 reactions 2 assignees Claimed by @Tom-Kingstone View on GitHub
type:feature
Dominant language
Python
Stars
5
Forks
1
Avg merge
1d 4h
Merged PRs (30d)
5

Description

#### 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.