Module overlay
Available on crate feature
advanced only.Expand description
Display interactive elements on top of other widgets.
Structs§
- Element
- A generic
Overlay. - Group
- An
Overlaycontainer that displays multiple overlayoverlay::Elementchildren. - Nested
- An overlay container that displays nested overlays
Traits§
- Overlay
- An interactive component that can be displayed on top of other widgets.
Functions§
- from_
children - Returns a
Groupof overlayElementchildren.