[][src]Module kas::widget

Widgets

KAS provides these common widgets for convenience, although there is no reason they cannot be implemented in user code.

Structs

CheckBox

A checkable box with optional label

CheckBoxBare

A bare checkbox (no label)

EditBox

An editable, single-line text box.

Filler

A space filler

Label

A simple text label

List

A generic row/column widget

MessageBox

A simple message box.

RadioBox

A radiobox with optional label

RadioBoxBare

A bare radiobox (no label)

ScrollBar

A scroll bar

ScrollRegion

A scrollable region

TextButton

A push-button with a text label

Window

The main instantiation of the Window trait.

Type Definitions

BoxColumn

A column of boxed widgets

BoxList

A row/column of boxed widgets

BoxRow

A row of boxed widgets

Column

A generic column widget

Row

A generic row widget