Allow using enums for selection boxes in tkinter

Open
#216 0 comments 0 reactions 2 assignees View on GitHub

@Tom-Kingstone is already working on this.

Since May 14, 2026.

Assessment

This issue has not been assessed yet.

Description

type:feature
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.

Dominant language
Python
Stars
5
Forks
1
Avg merge
1d 10h
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from BHoM/Python_Toolkit

All issues in BHoM/Python_Toolkit

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.