Home | Trees | Indices | Help |
|
---|
|
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
active If this attribute is true, the node behaves as usual. |
|
height | |
id A unique identifier that can be used to reference the node. |
|
opacity A measure of the node's transparency. |
|
sensitive A node only reacts to events if sensitive is true. |
|
width | |
x The position of the node's left edge relative to it's parent node. |
|
y The position of the node's top edge relative to it's parent node. |
|
Inherited from |
Method Details |
|
|
|
|
|
|
Property Details |
activeIf this attribute is true, the node behaves as usual. If not, it is neither drawn nor does it react to events. Videos are paused.
|
height
|
idA unique identifier that can be used to reference the node.
|
opacityA measure of the node's transparency. 0.0 is completely transparent, 1.0 is completely opaque. Opacity is relative to the parent node's opacity.
|
sensitiveA node only reacts to events if sensitive is true.
|
width
|
xThe position of the node's left edge relative to it's parent node.
|
yThe position of the node's top edge relative to it's parent node.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Aug 27 20:37:12 2007 | http://epydoc.sourceforge.net |