Home | Trees | Index | Help |
|
---|
|
object --+ | _EGObject --+ | _EGWidget --+ | _EGDataWidget --+ | _EGWidLabelEntry --+ | Spin
Spin button entry.
Spin buttons are numeric user input that checks if value is inside a specified range. It also provides small buttons to help incrementing/ decrementing value.
|
|||
__init__(self,
id,
label="",
value=None,
min=None,
max=None,
step=None,
digits=3,
callback=None,
persistent=False)
Spin constructor. |
|||
__setup_gui__(self) | |||
__setup_connections__(self) | |||
set_value(self,
value)
Set data to this widget. |
|||
Inherited from Inherited from Inherited from |
|
|||
default_min | |||
default_max | |||
Inherited from Inherited from |
|
|||
value | |||
min | |||
max | |||
step | |||
digits | |||
callback | |||
Inherited from |
|
|
|
|
|
|
default_min
|
default_max
|
|
value
|
min
|
max
|
step
|
digits
|
callback
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Thu Apr 27 16:28:40 2006 | http://epydoc.sf.net |