iced

Module advanced

Source
Available on crate feature advanced only.
Expand description

Leverage advanced concepts like custom widgets.

Re-exports§

pub use crate::renderer::graphics;

Modules§

clipboard
Access the clipboard.
image
Load and draw raster graphics.
layout
Position your widgets properly.
mouse
Handle mouse events.
overlay
Display interactive elements on top of other widgets.
renderer
Write your own renderer.
subscription
Write your own subscriptions.
svg
Load and draw vector graphics.
text
Draw and interact with text.
widget
Create custom widgets and operate on them.

Structs§

Layout
The bounds of a Node and its children, using absolute coordinates.
Shell
A connection to the state of a shell.
Text
A paragraph.

Traits§

Clipboard
A buffer for short-term storage and transfer within and between applications.
Overlay
An interactive component that can be displayed on top of other widgets.
Renderer
A component that can be used by widgets to draw themselves on a screen.
Widget
A component that displays information and allows interaction.