[][src]Module itui::widgets

Structs

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.

Borders

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

Button

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 text.

List
Paragraph

A widget to display some text.

SelectableList

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

Table

A widget to display data in formatted columns

Tabs

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

Enums

Row

Holds data to be displayed in a Table widget

Text

Traits

Widget

Base requirements for a Widget