diff options
Diffstat (limited to 'spinbox.go')
| -rw-r--r-- | spinbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ type Spinbox struct { onChanged func(*Spinbox) } -// NewSpinbox creates a new Spinbox. TODO limits +// NewSpinbox creates a new Spinbox. If min >= max, they are swapped. func NewSpinbox(min int, max int) *Spinbox { s := new(Spinbox) |
