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

Expand Region when child overflows desired_rect

This commit is contained in:
Emil Ernerfeldt
2020-04-25 23:07:03 +02:00
parent 154424384f
commit 6dd41982ba
3 changed files with 40 additions and 14 deletions

View File

@@ -48,6 +48,11 @@ Add extremely quick animations for some things, maybe 2-3 frames. For instance:
* [ ] Easily chain `Container`s without nested closures.
* e.g. `region.containers((Frame::new(), Resize::new(), ScrollArea::new()), |ui| ...)`
### Input
* [ ] Distinguish between clicks and drags
* [ ] Double-click
* [ ] Text
### Other
* [ ] Generalize Layout so we can create grid layouts etc
* [ ] Persist UI state in external storage