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

Collapsing header returns header and body responses

This commit is contained in:
Emil Ernerfeldt
2020-10-14 15:26:31 +02:00
parent 7561ccc189
commit 1bd45c35eb
5 changed files with 57 additions and 19 deletions

View File

@@ -139,6 +139,7 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [ ] Rename things to be more consistent with Dear ImGui ?
* [ ] Put everything in `Context` behind the same Mutex? `struct Context(Arc<Mutex<ContextImpl>>);`, with e.g. `context.lock().memory.foo`?
* [ ] Resolve the various uses of "heading", "header", "title" etc
## Global widget search