More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-02-16 15:42:43 -05:00
parent 8e4145b00c
commit 3e44e60333
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ func NewGroup(text string, control Control) Group {
// TODO events
// TODO Tab key - insert horizontal tab or tab stop?
// TODO ReadOnly
// TODO line endings
type Textbox interface {
Control