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

Pass more inner return values (#557)

* add Window.show_with_return

* Fixed all missed opportunities to pass an inner return value
This commit is contained in:
Ezra Barrow
2021-07-21 05:43:02 -04:00
committed by GitHub
parent 06fc9afb1d
commit 224af23fd1
7 changed files with 176 additions and 86 deletions

View File

@@ -6,6 +6,13 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
## Unreleased
* Replaced all missed opportunities to return an inner return value. (this is a breaking change!)
* `Area::show`
* `ComboBox::show_ui`
* `ComboBox::combo_box_with_label`
* `Window::show`
* `popup::*`
* `menu::menu`
### Added ⭐
* Plot: