Classes
Page | A widget which can be used as a page in a Notebook control. |
Bases: enaml.widgets.widget.Widget
A widget which can be used as a page in a Notebook control.
A Page is a widget which can be used as a child of a Notebook control. It can have at most a single child widget which is an instance of Container.
The title to use for the page in the notebook.
The icon to use for the page tab.
Whether or not this individual page is closable. Note that the ‘tabs_closable’ flag on the parent Notebook must be set to True for this to have any effect.
An event fired when the user closes the page by clicking on the tab’s close button.
A reference to the ProxyPage object.