Home | Trees | Indices | Help |
|
---|
|
object --+ | CanvasWidget --+ | AbstractContainerWidget
An abstract class for canvas widgets that contain a single child, such
as BoxWidget
and OvalWidget
. 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__
.
|
|||
|
|||
string
|
|
||
None
|
|
||
CanvasWidget
|
|
||
None
|
|
||
Inherited from Inherited from 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.0beta1 on Wed Aug 27 15:08:53 2008 | http://epydoc.sourceforge.net |