diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-31 19:59:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-31 19:59:27 -0400 |
| commit | 29f62a012a37c7ddedcee5a0285d6b136d236a14 (patch) | |
| tree | 5e30850f6d358b96ed472e6eaed93a632fd2ef4c | |
| parent | 7c96841392d64e611d1d99f1c5a241b92e95f4d3 (diff) | |
More TODOs.
| -rw-r--r-- | basicctrls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basicctrls.go b/basicctrls.go index 82caada..bd82849 100644 --- a/basicctrls.go +++ b/basicctrls.go @@ -147,7 +147,7 @@ func NewTextbox() Textbox { // - TODO set page step? // - TODO wrapping // - TODO negative values -// - TODO ensuring values entered in text box stay within bounds +// - TODO ensuring values entered in text box stay within bounds (OS X seems to take care of this automatically; not sure about Windows or GTK+...) type Spinbox interface { Control |
