Home | Trees | Indices | Help |
|
---|
|
CanvasWidget --+ | StackWidget
A canvas widget that keeps a list of canvas widgets in a vertical line.
Attributes:
align
: The horizontal alignment of the children.
Possible values are 'left'
, 'center'
, and
'right'
. By default, children are center-aligned.
space
: The amount of vertical space to place between
children. By default, one pixel of space is used.
|
|||
|
|||
None
|
|
||
(any) |
|
||
list of int
|
|
||
None
|
|
||
|
|||
None
|
|
||
string
|
|
||
Inherited from Inherited from |
|
Create a new stack widget.
|
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.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 19 16:48:24 2009 | http://epydoc.sourceforge.net |