Module conrod::widget::button [] [src]

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.

Image

The Button displays an Image on top.

State

Represents the state of the Button widget.

Style

Unique styling for the Button.

TimesClicked

The Event type yielded by the Button widget.

Enums

ImageColor

The coloring of the Image.

Traits

Show

The style of the Button, either Flat or Image.