Expand description
Leverage advanced concepts like custom widgets.
Modules§
- Access the clipboard.
- A bunch of backend-agnostic types that can be leveraged to build a renderer for
iced
. - Load and draw raster graphics.
- Position your widgets properly.
- Handle mouse events.
- Display interactive elements on top of other widgets.
- Write your own renderer.
- Write your own subscriptions.
- Load and draw vector graphics.
- Draw and interact with text.
- Create custom widgets and operate on them.
Structs§
- The bounds of a
Node
and its children, using absolute coordinates. - A connection to the state of a shell.
- A paragraph.
Traits§
- A buffer for short-term storage and transfer within and between applications.
- An interactive component that can be displayed on top of other widgets.
- A component that can be used by widgets to draw themselves on a screen.
- A component that displays information and allows interaction.