Options for this megawidget and its base
classes are described below.
background
The default is 'white'.
bg
The default is 'white'.
height
The default is 100.
hscrollmode
The default is 'dynamic'.
vscrollmode
The default is 'dynamic'.
width
The default is 100.
Components
Components created by this megawidget and its base
classes are described below.
canvas
By default, this component is a Tkinter.Canvas.
dummyFrame
By default, this component is a Tkinter.Frame. Its component group is Frame.
frameCanvas
By default, this component is a Tkinter.Canvas.
horizscrollbar
By default, this component is a Tkinter.Scrollbar. Its component group is Scrollbar.
hull
This acts as the body for the entire megawidget. Other components
are created as children of the hull to further specialise the
widget. By default, this component is a Tkinter.Frame.
imageCanvas
By default, this component is a Tkinter.Canvas.
vertscrollbar
By default, this component is a Tkinter.Scrollbar. Its component group is Scrollbar.
Methods
Only methods specific to this megawidget are described below.
For a description of its inherited methods, see the
manuals for its base classes.
In addition, methods from
Tkinter.Canvas are forwarded
to this megawidget's canvas
component.