From 765ccf00a36d379dcdb853173c0049f2bccc4cf3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 28 Oct 2014 20:30:40 -0400 Subject: [PATCH] More Spinbox planning TODOs. --- basicctrls.go | 1 + 1 file changed, 1 insertion(+) 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 }