Module iced::advanced

source ·
Available on crate feature advanced only.
Expand description

Leverage advanced concepts like custom widgets.

Re-exports

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 bounds of a Node and its children, using absolute coordinates.
  • A connection to the state of a shell.
  • A paragraph.

Traits

  • An interactive cross-platform application.
  • 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.