Home | Trees | Indices | Help |
|
---|
|
object --+ | CanvasWidget --+ | SequenceWidget
A canvas widget that keeps a list of canvas widgets in a horizontal line.
Attributes:
align
: The vertical alignment of the children. Possible
values are 'top'
, 'center'
, and
'bottom'
. By default, children are center-aligned.
space
: The amount of horizontal space to place between
children. By default, one pixel of space is used.
ordered
: If true, then keep the children in their
original order.
|
|||
(any) |
|
||
|
|||
string
|
|
||
None
|
|
||
None
|
|
||
list of int
|
|
||
None
|
|
||
|
|||
list of CanvasWidget
|
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
Create a new sequence widget.
|
repr(x)
|
Set the value of the attribute
|
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
|
|
Update this canvas widget in response to a change in one of its children.
|
|
Insert a child canvas widget before a given index.
|
Remove the given child canvas widget.
|
Replace the child canvas widget
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:53 2008 | http://epydoc.sourceforge.net |