Module iced_native::widget::button

source ·
Expand description

Allow your users to perform actions by pressing a button.

A Button has some local State.

Structs

The appearance of a button.
A generic widget that produces a message when pressed.
The local state of a Button.

Traits

A set of rules that dictate the style of a button.

Functions

Draws a Button.
Computes the layout of a Button.
Processes the given Event and updates the State of a Button accordingly.