| Home | Trees | Index | Help |
|
|---|
| Module eagle :: Class IntSpin |
|
object--+ |_EGObject--+ |_EGWidget--+ |_EGDataWidget--+ |_EGWidLabelEntry--+ |Spin--+ | IntSpin
UIntSpinInteger-only Spin button.
Convenience widget that behaves likeSpin with digits set to zero and also
ensure set_value and get_value operates on integers.
| Method Summary | |
|---|---|
Integer Spin constructor. | |
Get data from this widget. | |
Set data to this widget. | |
| Inherited from Spin | |
| |
| |
| 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 | |
|---|---|
| Inherited from Spin | |
callback | |
digits | |
max | |
min | |
step | |
value | |
| Class Variable Summary | |
|---|---|
int |
default_max = 2147483647 |
int |
default_min = -2147483647 |
| Method Details |
|---|
__init__(self,
id,
label='',
value=None,
min=None,
max=None,
step=None,
callback=None,
persistent=False)
Integer Spin constructor.
|
get_value(self)Get data from this widget.
|
set_value(self, value)Set data to this widget.
|
| Class Variable Details |
|---|
default_max
|
default_min
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 16:28:55 2006 | http://epydoc.sf.net |