.. 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.filling
.. highlight:: python
.. _wx.py.filling.FillingText:
==========================================================================================================================================
|phoenix_title| **wx.py.filling.FillingText**
==========================================================================================================================================
FillingText based on StyledTextCtrl.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
FillingText:
|
|super_classes| Known Superclasses
==================================
:class:`wx.py.editwindow.EditWindow`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.py.filling.FillingText.__init__` Create FillingText instance.
:meth:`~wx.py.filling.FillingText.push` Receiver for Interpreter.push signal.
:meth:`~wx.py.filling.FillingText.SetText` SetText(text : str) -> None
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: FillingText(editwindow.EditWindow)
FillingText based on StyledTextCtrl.
.. method:: __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.CLIP_CHILDREN, static=False)
Create FillingText instance.
.. method:: push(self, command, more)
Receiver for Interpreter.push signal.
.. method:: SetText(self, \*args, \*\*kwds)
SetText(text : str) -> None
Replace the contents of the document with the argument text.