The control.py module#

Summary#

CheckButton

Defines a check box control with a default height.

ComboBox

Defines a combo box control with a default height.

Edit

Defines a edit box control with a default height.

FileSelector

Defines a bundle made of a static, an edit, and a button control.

GroupRadioBox

Defines a bundle made of a group and a set of radio button controls.

ObjectComboBox

Defines an object combo box control with a default height and extensions for serialization.

PushButton

Defines a button control with a default size.

RadioBox

Defines a bundle made of a group and a set of radio button controls.

StaticComboBox

Defines a bundle made of a static and a combo box control.

StaticEdit

Defines a bundle made of a static and an edit control.

StaticObjectComboBox

Defines a bundle made of a static and an object combo box control.

StaticRadioBox

Defines a bundle made of a static and a group of radio button controls.

FSM

Mode for the file selector.

Description#

Provides extensions for new or existing controls.