More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-31 19:59:27 -04:00
parent 7c96841392
commit 29f62a012a
1 changed files with 1 additions and 1 deletions

View File

@ -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