1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00
Files
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
..

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.