More TODOs.
This commit is contained in:
parent
7c96841392
commit
29f62a012a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue