ScrollingText

Implements a text control with two scrollbars.

Base Classes

Methods

__getattr__(self, attr)

   def __getattr__(self, attr):

Delegates all attributes to the text control.

__init__(self, parent, **kw)

   def __init__(self, parent, **kw):

Constructs scrolling text with the same parameters used for a normal Text control.