Files
winit/winit/examples
Martin Marmsoler 9674d8ceef Wayland, Windows, MacOS: Popup Implementation (#4543)
Implement proper decorationless popups by specifying the type of the child window with with_type()

With this commit, different kind of child windows can be created

-  Popups: Special windows without any decoration which can be positioned relative to the parent
-  Window: Normal window with a parent or not

The type can be specified during creation of the Window using the window_attributes and the with_type() function. As default a normal Window is used. If Popup is choosen a parent must be specified, otherwise the Popup creation fails with an Error returned by the new() function.

Related issues: #403 and #4256
2026-07-27 15:43:51 +02:00
..
2026-06-15 03:36:22 +09:00
2026-06-15 03:36:22 +09:00
2026-07-16 14:48:12 +02:00
2026-06-15 03:36:22 +09:00
2026-06-15 03:36:22 +09:00
2026-06-15 03:36:22 +09:00