More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-08-01 21:49:44 -04:00
parent 5ec0082e6a
commit cc74f44d58
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ func NewCheckbox(text string) Checkbox {
}
// TextField is a Control in which the user can enter a single line of text.
// TODO rename private implementations from textField to textfield
type TextField interface {
Control