Package envi :: Package memcanvas :: Class StringMemoryCanvas
[hide private]
[frames] | no frames]

Class StringMemoryCanvas

source code

MemoryCanvas --+
               |
              StringMemoryCanvas

Instance Methods [hide private]
 
__init__(self, mem, syms=None) source code
 
addText(self, text, tag=None)
Add text to the canvas with a specified tag.
source code
 
__str__(self) source code

Inherited from MemoryCanvas: addNameText, addRenderer, addVaText, clearCanvas, getNameTag, getRenderer, getRendererNames, getTag, getVaTag, render, renderMemory, renderMemoryAppend, renderMemoryPrepend, renderMemoryUpdate, setNavCallback, setRenderer, setScrolledCanvas, write

Method Details [hide private]

__init__(self, mem, syms=None)
(Constructor)

source code 
Overrides: MemoryCanvas.__init__

addText(self, text, tag=None)

source code 

Add text to the canvas with a specified tag.

NOTE: Implementors should probably check _canv_scrolled to decide if they should scroll to the end of the view...

Overrides: MemoryCanvas.addText
(inherited documentation)