.. 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.Calltip:
==========================================================================================================================================
|phoenix_title| **wx.py.crust.Calltip**
==========================================================================================================================================
Text control containing the most recent shell calltip.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
Calltip:
|
|super_classes| Known Superclasses
==================================
:class:`wx.TextCtrl`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.py.crust.Calltip.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.py.crust.Calltip.display` Receiver for this.calltip signal.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: Calltip(wx.TextCtrl)
Text control containing the most recent shell calltip.
.. method:: __init__(self, parent=None, id=-1,ShellClassName='Shell')
Initialize self. See help(type(self)) for accurate signature.
.. method:: display(self, calltip)
Receiver for this.calltip signal.