Classes
Notebook | A component which displays its children as tabbed pages. |
Bases: enaml.widgets.constraints_widget.ConstraintsWidget
A component which displays its children as tabbed pages.
The style of tabs to use in the notebook. Preferences style tabs are appropriate for configuration dialogs and the like. Document style tabs are appropriate for multi-page editing in code editors and the like.
The position of tabs in the notebook.
Whether or not the tabs in the notebook should be closable.
Whether or not the tabs in the notebook should be movable.
The object name for the selected tab in the notebook.
The size hint mode for the stack. The default is ‘union’ and means that the size hint of the notebook is the union of all the tab size hints. ‘current’ means the size hint of the notebook will be the size hint of the current tab.
A notebook expands freely in height and width by default.
A reference to the ProxyNotebook object.