summaryrefslogtreecommitdiff
path: root/basicctrls.go
diff options
context:
space:
mode:
Diffstat (limited to 'basicctrls.go')
-rw-r--r--basicctrls.go1
1 files changed, 1 insertions, 0 deletions
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
}