dip.pui
¶
The dip.pui
module implements a toolkit independent API for
creating a user interface procedurally.
FilesystemLocationEditor()
¶
-
dip.pui.
FilesystemLocationEditor
(parent=None, **args)¶ Create a toolkit specific file selector that implements the
IFilesystemLocationEditor
interface. Note thatStorageLocationEditor
should normally be used instead.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the filesystem location editor.
FloatSpinBox()
¶
-
dip.pui.
FloatSpinBox
(parent=None, **args)¶ Create a toolkit specific float spin box that implements the
IFloatSpinBox
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the float spin box.
LineEditor()
¶
-
dip.pui.
LineEditor
(parent=None, **args)¶ Create a toolkit specific line editor that implements the
ILineEditor
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the line editor.
ListEditor()
¶
-
dip.pui.
ListEditor
(parent=None, **args)¶ Create a toolkit specific list editor that implements the
IListEditor
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the list editor.
MainWindow()
¶
-
dip.pui.
MainWindow
(parent=None, **args)¶ Create a toolkit specific main window that implements the
IMainWindow
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the main window.
MessageArea()
¶
-
dip.pui.
MessageArea
(parent=None, **args)¶ Create a toolkit specific message area that implements the
IMessageArea
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the message area.
OptionList()
¶
-
dip.pui.
OptionList
(parent=None, **args)¶ Create a toolkit specific option list that implements the
IOptionList
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the option list.
PushButton()
¶
-
dip.pui.
PushButton
(parent=None, **args)¶ Create a toolkit specific push button that implements the
IPushButton
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the push button.
RadioButtons()
¶
-
dip.pui.
RadioButtons
(parent=None, **args)¶ Create a toolkit specific set of radio buttons that implements the
IRadioButtons
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the radio buttons.
StorageLocationEditor()
¶
-
dip.pui.
StorageLocationEditor
(parent=None, **args)¶ Create a toolkit specific file selector that implements the
IStorageLocationEditor
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the storage location editor.
TableEditor()
¶
-
dip.pui.
TableEditor
(parent=None, **args)¶ Create a toolkit specific table editor that implements the
ITableEditor
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the table editor.
TextEditor()
¶
-
dip.pui.
TextEditor
(parent=None, **args)¶ Create a toolkit specific text editor that implements the
ITextEditor
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the text editor.
ToolButton()
¶
-
dip.pui.
ToolButton
(parent=None, **args)¶ Create a toolkit specific tool button that implements the
IToolButton
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the tool button.
ViewStack()
¶
-
dip.pui.
ViewStack
(parent=None, **args)¶ Create a toolkit specific view stack that implements the
IViewStack
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the view stack.
WizardPage()
¶
-
dip.pui.
WizardPage
(parent=None, **args)¶ Create a toolkit specific wizard page that implements the
IWizardPage
interface.Parameters: - parent – is the optional parent view.
- **args – are the initial attribute and property values.
Returns: the wizard page.