iced::advanced

Module overlay

Source
Available on crate feature advanced only.
Expand description

Display interactive elements on top of other widgets.

Structs§

Element
A generic Overlay.
Group
An Overlay container that displays multiple overlay overlay::Element children.

Traits§

Overlay
An interactive component that can be displayed on top of other widgets.

Functions§

from_children
Returns a Group of overlay Element children.