Abstract base class for a node in a preferences dialog.
Bases: TreeItem
TreeItem
A preferences node has a name and an image which are used to represent the node in a preferences dialog (usually in the form of a tree).
Creates the preference page for this node.
Pretty-print the node to stdout.
Returns the child of this node with the specified Id.
Returns None if no such child exists.
apptools.preferences.ui.preferences_manager module
apptools.preferences.ui.preferences_page module