summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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