summaryrefslogtreecommitdiff
path: root/basicctrls.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-31 19:59:27 -0400
committerPietro Gagliardi <[email protected]>2014-10-31 19:59:27 -0400
commit29f62a012a37c7ddedcee5a0285d6b136d236a14 (patch)
tree5e30850f6d358b96ed472e6eaed93a632fd2ef4c /basicctrls.go
parent7c96841392d64e611d1d99f1c5a241b92e95f4d3 (diff)
More TODOs.
Diffstat (limited to 'basicctrls.go')
-rw-r--r--basicctrls.go2
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