Implements a text control with two scrollbars.
def __getattr__(self, attr):
Delegates all attributes to the text control.
Constructs scrolling text with the same parameters used for a normal
Text control.
__init__(self, parent, **kw)
def __init__(self, parent, **kw):