Skip to main content

Module advanced

Module advanced 

Available on crate feature advanced only.
Expand description

Leverage advanced concepts like custom widgets.

Modules§

subscription
Write your own subscriptions.
widget
Create custom widgets and operate on them.

Structs§

Layout
The bounds of a Node and its children, using absolute coordinates.
Shell
A connection to the state of a shell.
Text
A paragraph.

Enums§

InputMethod
The input method strategy of a widget.

Traits§

Clipboard
A buffer for short-term storage and transfer within and between applications.
Overlay
An interactive component that can be displayed on top of other widgets.
Renderer
A component that can be used by widgets to draw themselves on a screen.
Widget
A component that displays information and allows interaction.