termui.dialog

This module defines dialogs, which are modal controls designed to be displayed as topmost blocks for inputting data.

DialogControl(*args[, ok_action, ...])

A generic dialog.

DialogField()

Base class for input fields on a dialog.

DialogFieldButton(text, action[, color, ...])

A button on the dialog.

DialogFieldCheckbox(label[, checked, color, ...])

A checkbox toggle on the dialog.

DialogFieldLabel(texts[, default_color, ...])

A field which displays a static text.

DialogFieldText(label[, text, color, ...])

An input textfield on the dialog.