Glossary

ConsoleWidget()

ConsoleWidget is the root object from which all others widgets are derived.

ConsoleWidget( parameter=value, ... )

Parameters

Parameter

Default

Description

title

“”

The title of the widget.

subtitle

“”

The subtitle of the widget.

body

“”

The body of the widget.

ConsoleBox()

ConsoleBox is a basic widget which is surronded by a box.

ConsoleBox( parameter=value, ... )

Parameters

Parameter

Default

Description

title

“”

The title of the widget.

subtitle

“”

The subtitle of the widget.

body

“”

The body of the widget.

theme

“default”

The box theme. There are the default, double, wide and many more.

horizontal_margin

0

The horizontal margin of the box.

vertical_margin

0

The vertical margin of the box.

allignment

“CENTER”

Allignment of the text in the box