.. 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.DispatcherListing:
==========================================================================================================================================
|phoenix_title| **wx.py.crust.DispatcherListing**
==========================================================================================================================================
Text control containing all dispatches for session.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
DispatcherListing:
|
|super_classes| Known Superclasses
==================================
:class:`wx.TextCtrl`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.py.crust.DispatcherListing.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.py.crust.DispatcherListing.spy` Receiver for Any signal from Any sender.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: DispatcherListing(wx.TextCtrl)
Text control containing all dispatches for session.
.. method:: __init__(self, parent=None, id=-1)
Initialize self. See help(type(self)) for accurate signature.
.. method:: spy(self, signal, sender)
Receiver for Any signal from Any sender.