[][src]Module iced::widget::button

Allow your users to perform actions by pressing a button.

A Button has some local State and a Class.

Structs

Button

A generic widget that produces a message when clicked.

State

The local state of a Button.

Enums

Class

The type of a Button.

Traits

Renderer

The renderer of a Button.