Module tui::widgets [] [src]

Modules

border

Bitflags that can be composed to set the visible borders essentially on the block widget.

canvas

Structs

Axis

An X or Y axis for the chart widget

BarChart

Display multiple bars in a single widgets

Block

Base widget to be used with all upper level ones. It may be used to display a box border around the widget and/or add a title.

Chart

A widget to plot one or more dataset in a cartesian coordinate system

Dataset

A group of data points

Gauge

A widget to display a task progress.

List
Paragraph

A widget to display some text. You can specify colors using commands embedded in the text such as "{[color] [text]}".

SelectableList

A widget to display several items among which one can be selected (optional)

Sparkline

Widget to render a sparkline over one or more lines.

Table

A widget to display data in formatted column

Tabs

A widget to display available tabs in a multiple panels context.

Enums

Marker

Marker to use when plotting data points

Traits

Widget

Base requirements for a Widget