| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
CanvasFrame
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 |
Enter the Tkinter mainloop. This function must be called if this frame is created from a non-interactive program (e.g. from a secript); otherwise, the frame will close as soon as the script completes. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:46 2011 | http://epydoc.sourceforge.net |