.. include:: headings.inc .. currentmodule:: py.crust .. highlight:: python .. _py.crust.Crust: ========================================================================================================================================== |phoenix_title| **Crust** ========================================================================================================================================== Crust based on SplitterWindow. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **Crust** .. raw:: html

Inheritance diagram of Crust

| |sub_classes| Known Subclasses ============================== :class:`py.crustslices.CrustSlices` | |super_classes| Known Superclasses ================================== :class:`SplitterWindow` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.crust.Crust.__init__` Create Crust instance. :meth:`~py.crust.Crust.LoadSettings` :meth:`~py.crust.Crust.OnChanged` update sash offset from the bottom of the window :meth:`~py.crust.Crust.OnSashDClick` :meth:`~py.crust.Crust.SaveSettings` :meth:`~py.crust.Crust.SplitterOnSize` :meth:`~py.crust.Crust.ToggleTools` Toggle the display of the filling and other tools :meth:`~py.crust.Crust.ToolsShown` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: Crust(SplitterWindow) Crust based on SplitterWindow. .. method:: __init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=SP_3D|SP_LIVE_UPDATE, name='Crust Window', rootObject=None, rootLabel=None, rootIsNamespace=True, intro='', locals=None, InterpClass=None, startupScript=None, execStartupScript=True, \*args, \*\*kwds) Create Crust instance. .. method:: LoadSettings(self, config) .. method:: OnChanged(self, event) update sash offset from the bottom of the window .. method:: OnSashDClick(self, event) .. method:: SaveSettings(self, config) .. method:: SplitterOnSize(self, event) .. method:: ToggleTools(self) Toggle the display of the filling and other tools .. method:: ToolsShown(self)