diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-28 20:30:40 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-28 20:30:40 -0400 |
| commit | 765ccf00a36d379dcdb853173c0049f2bccc4cf3 (patch) | |
| tree | 9dfeb8e567fdec2bae6cddc653d90ea27b29d339 /basicctrls.go | |
| parent | d73590e0201be32d3d468529c705d50842715db9 (diff) | |
More Spinbox planning TODOs.
Diffstat (limited to 'basicctrls.go')
| -rw-r--r-- | basicctrls.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basicctrls.go b/basicctrls.go index 8c97860..4029d4e 100644 --- a/basicctrls.go +++ b/basicctrls.go @@ -149,6 +149,7 @@ func NewTextbox() Textbox { // - TODO wrapping // - TODO set/get integer value // - TODO negative values +// - TODO ensuring values entered in text box stay within bounds type Spinbox interface { Control } |
