| Home | Trees | Indices | Help |
|
|---|
|
|
A Tkinter frame containing a canvas and scrollbars.
CanvasFrame uses a ScrollWatcherWidget to
ensure that all of the canvas widgets contained on its canvas are within
its scrollregion. In order for CanvasFrame to make these
checks, all canvas widgets must be registered with
add_widget when they are added to the canvas; and destroyed
with destroy_widget when they are no longer needed.
If a CanvasFrame is created with no parent, then it will
create its own main window, including a "Done" button and a
"Print" button.
|
|||
|
|||
None
|
|
||
4-tuple of int
|
|
||
Tkinter.Canvas
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Create a new
|
Print the contents of this
|
|
|
Register a canvas widget with this
|
Remove a canvas widget from this |
Pack this |
Destroy this |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:48:22 2009 | http://epydoc.sourceforge.net |