Crate iced_widget

source
Expand description

Use the built-in widgets or create your own.

Re-exports§

Modules§

  • Buttons allow your users to perform actions by pressing them.
  • Canvases can be leveraged to draw interactive 2D graphics.
  • Checkboxes can be used to let users make binary choices.
  • Combo boxes display a dropdown list of searchable and selectable options.
  • Containers let you align a widget inside their boundaries.
  • Images display raster graphics in different formats (PNG, JPG, etc.).
  • Keyed widgets can provide hints to ensure continuity.
  • Display interactive elements on top of other widgets.
  • Pane grids let your users split regions of your application and organize layout dynamically.
  • Pick lists display a dropdown list of selectable options.
  • Progress bars visualize the progression of an extended computer operation, such as a download, file transfer, or installation.
  • Radio buttons let users choose a single option from a bunch of options.
  • Rules divide space horizontally or vertically.
  • Scrollables let users navigate an endless amount of content with a scrollbar.
  • Sliders let users set a value by moving an indicator.
  • Svg widgets display vector graphics in your application.
  • Draw and interact with text.
  • Text editors display a multi-line text input for text editing.
  • Text inputs display fields that can be filled with text.
  • Use the built-in theme and styles.
  • Togglers let users make binary choices by toggling a switch.
  • Tooltips display a hint of information over some element when hovered.
  • Sliders let users set a value by moving an indicator.

Macros§

  • Creates a [Column] with the given children.
  • Creates a keyed Column with the given children.
  • Creates some Rich text with the given spans.
  • Creates a [Row] with the given children.
  • Creates a Stack with the given children.
  • Creates a new Text widget with the provided content.

Structs§

  • A widget that only rebuilds its contents when necessary.
  • A widget that is aware of its dimensions.

Enums§

Traits§

  • ComponentDeprecated
    A reusable, custom widget that uses The Elm Architecture.

Functions§

Type Aliases§