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.
|
|||
|
|||
|
|||
|
|||
|
|||
Tkinter.Canvas
|
|
||
|
|||
|
|||
|
|||
|
|||
None
|
|
||
|
|||
4-tuple of int
|
|
||
Inherited from |
|
|||
Inherited from |
|
Create a new
|
Register a canvas widget with this
|
|
Destroy this |
Remove a canvas widget from 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. |
Pack this |
Print the contents of this
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:53 2008 | http://epydoc.sourceforge.net |