[][src]Module newt::widgets

newt UI widgets.

Re-exports

pub use self::form::Form;

Modules

form

Structs

Button

A Button widget.

Checkbox

A Checkbox widget.

CheckboxTree

Checkboxes arranged in a collapsible tree.

CompactButton

A small button with no padding around its label.

Entry

A field for reading text input from the user.

Label

A simple widget for displaying static text.

Listbox

A widget for displaying a list of selectable items.

Radiobutton

A Radiobutton widget.

Scale

A progress bar widget.

Textbox

A multi-line Textbox widget.

VerticalScrollbar

A VerticalScrollbar widget.

Traits

WidgetFns

Implement shared functions for newt component widgets.