From 29f62a012a37c7ddedcee5a0285d6b136d236a14 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 31 Oct 2014 19:59:27 -0400 Subject: [PATCH] More TODOs. --- basicctrls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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