Module iced::advanced

source ·
Available on crate feature advanced only.
Expand description

Leverage advanced concepts like custom widgets.

Re-exports§

  • pub use crate::renderer::graphics;

Modules§

  • Access the clipboard.
  • 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 hasher used to compare layouts.
  • 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.