[][src]Module suzy::widgets

Suzy comes with a set of built-in widgets.

Structs

ToggleButtonGroup

A group of toggle buttons make members of the group mutually exclusive.

Traits

TextContent
ToggleButtonValue

Custom toggle button content can implement this trait to describe what value is associated with which content.

Type Definitions

Button

A simple button.

ToggleButton

A button which remains in an active state after being selected.