Module tinybit::widgets[][src]

A collection of widgets.

use tinybit::widgets::Text;
let text = Text::new("Hello, World", None, None);

Structs

Border

Render a border. See the new function for more details.

Text

Render a text string as a specified location.

TextField

A text input field.

Traits

Widget