| Trees | Indices | Help |
|---|
|
|
object --+
|
RawRangeView --+
|
PercentRangeView
Exposes the percent value, min, and max of a PercentRangeSetting
|
|||
|
|||
| integer |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
precision = property(lambda self: 0)
|
|||
min = property(lambda self: 0)
|
|||
max = property(lambda self: 100)
|
|||
value = property(_getPercent, _setPercent)
|
|||
|
|||
|
Inherited from |
|||
|
|||
Converts the given percentage to a raw value and stores it.
|
Gets the current value as a percentage.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:18 2007 | http://epydoc.sourceforge.net |