egui/tests/test_viewports
pm100 06f88e12b0
Add close_button option to test_viewports (#4907)
This make the test excercise the window recreation logic, that resulted
in several bugs - see #4862

Adds a check box that turns the close button on and off for child
windows
2024-08-26 08:49:25 +02:00
..
src Add close_button option to test_viewports (#4907) 2024-08-26 08:49:25 +02:00
Cargo.toml Move test crates to own folder (#4554) 2024-05-27 21:28:33 +02:00
README.md Move test crates to own folder (#4554) 2024-05-27 21:28:33 +02:00

README.md

This is a test of the viewports feature of eframe and egui, where we show off using multiple windows.

For a simple example, see multiple_viewports.