mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Collapsing header with custom header (#1538)
* Returns openness in CollapsingResponse * Make CollapsingState a building block for custom collapsing headers * Add a demo of the custom collapsing header * Revert to much simpler tree demo * Add CollapsingState::is_open and CollapsingState::set_open
This commit is contained in:
@@ -21,6 +21,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
|
||||
* Added `Ui::spinner()` shortcut method ([#1494](https://github.com/emilk/egui/pull/1494)).
|
||||
* Added `CursorIcon`s for resizing columns, rows, and the eight cardinal directions.
|
||||
* Added `Ui::toggle_value`.
|
||||
* Added ability to add any widgets to the header of a collapsing region ([#1538](https://github.com/emilk/egui/pull/1538)).
|
||||
|
||||
### Changed 🔧
|
||||
* `ClippedMesh` has been replaced with `ClippedPrimitive` ([#1351](https://github.com/emilk/egui/pull/1351)).
|
||||
|
||||
Reference in New Issue
Block a user