[][src]Module nannou::ui::prelude::widget::button

The Button widget and related items.

Structs

Button

A pressable button widget whose reaction is triggered upon release.

Flat

The Button simply displays a flat color.

FlatIds

Identifiers for a "flat" button.

Image

The Button displays an Image on top.

ImageIds

Identifiers for an image button.

Style

Unique styling for the Button.

TimesClicked

The Event type yielded by the Button widget.

Enums

ImageColor

The coloring of the Image.