[][src]Module druid::widget

Common widgets.

Structs

Align

A widget that aligns its child.

Button

A button with a text label.

Checkbox

A checkbox that toggles a boolean

Column

A builder for a column widget that can contain flex children.

DynLabel

A label with dynamic text.

Flex

A container with either horizontal or vertical layout.

Label

A label that displays some text.

Padding

A widget that just adds padding around its child.

ProgressBar

A progress bar, displaying a numeric progress value.

Radio

A single radio button

RadioGroup

A group of radio buttons

Row

A builder for a row widget that can contain flex children.

Scroll

A container that scrolls its contents.

SizedBox

A widget with predefined size.

Slider

A slider, allowing interactive update of a numeric value.

TextBox

A widget that allows user text input.

Enums

LabelText

The text for the label; either a localized or a specific string.