diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-01 21:49:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-01 21:49:44 -0400 |
| commit | cc74f44d58c1e39296c6ca26153ff664998c4533 (patch) | |
| tree | 0ef6f1504a72f9e8e6780e90bdbbddd8d318c47e | |
| parent | 5ec0082e6a2d8e7ef9729f01597179647ea3d805 (diff) | |
More TODOs.
| -rw-r--r-- | redo/basicctrls.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/basicctrls.go b/redo/basicctrls.go index 1ff3f57..9bf14d7 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -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 |
