[][src]Module orbtk::widgets

Widgets are the primary elements to create user interfaces with orbtk.

This module contains base structures to create widgets and a set of default widgets.

Structs

Action
Button
ComboBox
Entry

An entry in a list Each entry stores widgets within.

Label
List
Menu
ProgressBar
Separator
TextBox

Enums

HorizontalPlacement

Describes the horizontal placement of a widget.

VerticalPlacement

Describes the vertical placement of a widget.

Traits

Widget

Represents the base of all widgets.