More Spinbox planning TODOs.
This commit is contained in:
parent
d73590e020
commit
765ccf00a3
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue