Module iced::widget

source ·
Expand description

Display information and interactive controls in your application.

Re-exports

Modules

  • Allow your users to perform actions by pressing a button.
  • canvascanvas
    Draw 2D graphics for your users.
  • Show toggle controls using checkboxes.
  • Decorate content and apply alignment.
  • imageimage
    Display images in your user interface.
  • Intercept mouse events on a widget.
  • Let your users split regions of your application and organize layout dynamically.
  • Display a dropdown list of selectable values.
  • Provide progress feedback to your users.
  • qr_codeqr_code
    Encode and display information in a QR code.
  • Create choices using radio buttons.
  • Display a horizontal or vertical rule for dividing content.
  • Navigate an endless amount of content with a scrollbar.
  • Display an interactive selector of a single value from a range of values.
  • svgsvg
    Display vector graphics in your application.
  • Write some text for your users to read.
  • Display fields that can be filled with text.
  • Show toggle controls using togglers.
  • Display a widget over another.
  • Display an interactive selector of a single value from a range of values.

Macros

Structs

  • Canvascanvas
    A widget capable of drawing 2D graphics.
  • A bar that displays progress.
  • QRCodeqr_code
    A type of matrix barcode consisting of squares arranged in a grid which can be read by an imaging device, such as a camera.
  • Display a horizontal or vertical rule for dividing content.
  • An horizontal bar and a handle that selects a single value from a range of values.
  • An amount of empty space.
  • Svgsvg
    A vector graphics image.
  • An vertical bar and a handle that selects a single value from a range of values.

Functions

Type Definitions

  • A container that distributes its contents vertically.
  • A container that distributes its contents horizontally.