summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-01 21:49:44 -0400
committerPietro Gagliardi <[email protected]>2014-08-01 21:49:44 -0400
commitcc74f44d58c1e39296c6ca26153ff664998c4533 (patch)
tree0ef6f1504a72f9e8e6780e90bdbbddd8d318c47e
parent5ec0082e6a2d8e7ef9729f01597179647ea3d805 (diff)
More TODOs.
-rw-r--r--redo/basicctrls.go1
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