.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 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__` :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') .. method:: addHistory(self, command) .. method:: clearHistory(self) .. method:: loadHistory(self, history)