.. 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.SessionListing: ========================================================================================================================================== |phoenix_title| **wx.py.crust.SessionListing** ========================================================================================================================================== Text control containing all commands for session. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class SessionListing:
| |super_classes| Known Superclasses ================================== :class:`wx.TextCtrl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.py.crust.SessionListing.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.py.crust.SessionListing.addHistory` :meth:`~wx.py.crust.SessionListing.clearHistory` :meth:`~wx.py.crust.SessionListing.loadHistory` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SessionListing(wx.TextCtrl) Text control containing all commands for session. .. method:: __init__(self, parent=None, id=-1,ShellClassName='Shell') Initialize self. See help(type(self)) for accurate signature. .. method:: addHistory(self, command) .. method:: clearHistory(self) .. method:: loadHistory(self, history)