| Home | Trees | Indices | Help |
|
|---|
|
|
CanvasWidget --+
|
AbstractContainerWidget
An abstract class for canvas widgets that contain a single child, such
as CanvasBox and CanvasOval. Subclasses must
define a constructor, which should create any new graphical elements and
then call the AbstractCanvasContainer constructor.
Subclasses must also define the _update method and the
_tags method; and any subclasses that define attributes
should define __setitem__ and __getitem__.
|
|||
|
|||
None
|
|
||
CanvasWidget
|
|
||
None
|
|
||
string
|
|
||
|
Inherited from Inherited from |
|||
|
|||
Create a new container widget. This constructor should only be called by subclass constructors.
|
Arrange the child widgets of this canvas widget. This method is
called when the canvas widget is initially created. It is also called if
the user calls the
|
|
Change the child widget contained by this container widget.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:48:22 2009 | http://epydoc.sourceforge.net |