Emil Ernerfeldt
44a7cac046
Context::begin_frame()
no longer returns anything.
...
Put your widgets into a `SidePanel`, `TopPanel`,
`Window` or into `ctx.background_ui()`.
2020-10-24 10:56:23 +02:00
Emil Ernerfeldt
35b949a2d8
Refactor panels into proper containers
2020-10-21 22:10:55 +02:00
Emil Ernerfeldt
8b51ae5dea
Panels: Added Context::panel_left and panel_top
...
Context will keep track of the avilable space left after panels.
Windows will be constrained to that available space.
So add panels first, THEN add windows.
2020-10-21 18:26:28 +02:00
Emil Ernerfeldt
6bbdf08482
[refactor] Split DemoWindows out of demos::DemoApp
2020-10-19 23:06:11 +02:00