.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.py.crust
.. highlight:: python
.. _wx.py.crust.Crust:
==========================================================================================================================================
|phoenix_title| **wx.py.crust.Crust**
==========================================================================================================================================
Crust based on SplitterWindow.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
Crust:
|
|sub_classes| Known Subclasses
==============================
:class:`wx.py.crustslices.CrustSlices`
|
|super_classes| Known Superclasses
==================================
:class:`wx.SplitterWindow`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.py.crust.Crust.__init__` Create Crust instance.
:meth:`~wx.py.crust.Crust.LoadSettings`
:meth:`~wx.py.crust.Crust.OnChanged` update sash offset from the bottom of the window
:meth:`~wx.py.crust.Crust.OnSashDClick`
:meth:`~wx.py.crust.Crust.SaveSettings`
:meth:`~wx.py.crust.Crust.SplitterOnSize`
:meth:`~wx.py.crust.Crust.ToggleTools` Toggle the display of the filling and other tools
:meth:`~wx.py.crust.Crust.ToolsShown`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: Crust(wx.SplitterWindow)
Crust based on SplitterWindow.
.. method:: __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.SP_3D|wx.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)