1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

New widget: SelectableLabel: a text-button that can be selected

Also available via `ui.selectable_label` and `ui.selectable_value`
This commit is contained in:
Emil Ernerfeldt
2020-11-30 07:17:03 +01:00
parent 99fa650fa7
commit 4ecb7d14ca
7 changed files with 154 additions and 30 deletions

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added ⭐
* `SelectableLabel` (`ui.selectable_label` and `ui.selectable_value`): a text-button that can be selected
## 0.4.0 - 2020-11-28
### Added ⭐