1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
Files
egui/examples/custom_window_frame
Emil Ernerfeldt 23ed49334e ⚠️ Rename Rounding to CornerRadius (#5673)
Breaking change!

* `Rounding` -> `CornerRadius`
* `rounding` -> `corner_radius`

This is to:
* Clarify
* Conform to other systems (e.g. Figma)
* Avoid confusion with `GuiRounding`
2025-02-04 12:53:18 +01:00
..
2025-02-04 12:53:18 +01:00
2025-01-16 17:00:29 +01:00

Example how to show a custom window frame instead of the default OS window chrome decorations.

cargo run -p custom_window_frame