| Home | Trees | Index | Help |
|
|---|
| Module eagle :: Class Spin |
|
object--+ |_EGObject--+ |_EGWidget--+ |_EGDataWidget--+ |_EGWidLabelEntry--+ | Spin
IntSpinSpin 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.| Method Summary | |
|---|---|
Spin constructor. | |
__setup_connections__(self)
| |
__setup_gui__(self)
| |
Set data to this widget. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
| Property Summary | |
|---|---|
callback | |
digits | |
max | |
min | |
step | |
value | |
| Method Details |
|---|
__init__(self,
id,
label='',
value=None,
min=None,
max=None,
step=None,
digits=3,
callback=None,
persistent=False)
Spin constructor.
|
set_value(self, value)Set data to this widget.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Dec 25 16:27:52 2005 | http://epydoc.sf.net |