Module iced_native::overlay

source ·
Expand description

Display interactive elements on top of other widgets.

Re-exports

pub use menu::Menu;

Modules

Build and show dropdown menus.

Structs

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

Traits

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

Functions

Returns a Group of overlay Element children.