Module iced::window

source ·
Expand description

Configure the window of your application in native platforms.

Modules§

  • Attach an icon to the window of your application.
  • Interoperability library for Rust Windowing applications.
  • Take screenshots of a window.
  • Configure your windows.

Structs§

  • An window icon normally used for the titlebar or taskbar.
  • The id of the window.
  • Data of a screenshot, captured with window::screenshot().
  • The window settings of an application.

Enums§

  • An operation to be performed on some window.
  • A window-related event.
  • A window level groups windows with respect to their z-position.
  • The mode of a window-based application.
  • The position of a window in a given screen.
  • A request to redraw a window.
  • The type of user attention to request.

Functions§