[][src]Module unsegen::widget::builtin

This module contains several basic widgets that are built into the core library.

Re-exports

pub use self::lineedit::*;
pub use self::linelabel::*;
pub use self::logviewer::*;
pub use self::promptline::*;
pub use self::table::*;

Modules

lineedit

A user-editable line of text.

linelabel

A single line text label.

logviewer

A scrollable, append-only buffer of lines.

promptline

A widget implementing "readline"-like functionality.

table

A table of widgets with static number of columns.