Module iced_native::widget::button[][src]

Allow your users to perform actions by pressing a button.

A Button has some local State.

Structs

Button

A generic widget that produces a message when pressed.

State

The local state of a Button.

Traits

Renderer

The renderer of a Button.