More Spinbox planning TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-28 20:30:40 -04:00
parent d73590e020
commit 765ccf00a3
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ func NewTextbox() Textbox {
// - TODO wrapping // - TODO wrapping
// - TODO set/get integer value // - TODO set/get integer value
// - TODO negative values // - TODO negative values
// - TODO ensuring values entered in text box stay within bounds
type Spinbox interface { type Spinbox interface {
Control Control
} }