summaryrefslogtreecommitdiff
path: root/redo/basicctrls.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/basicctrls.go')
-rw-r--r--redo/basicctrls.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/redo/basicctrls.go b/redo/basicctrls.go
index 81a9b79..35abb20 100644
--- a/redo/basicctrls.go
+++ b/redo/basicctrls.go
@@ -45,8 +45,6 @@ func NewCheckbox(text string) Checkbox {
type TextField interface {
Control
- // TODO figure out what events are appropriate
-
// Text and SetText are Requests that get and set the TextField's text.
Text() string
SetText(text string)