From 7d86f9d440c6bf1484f5d2530f920c89aec06b02 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 12 Aug 2014 12:33:44 -0400 Subject: More future plans. --- redo/basicctrls.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'redo/basicctrls.go') 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) -- cgit v1.2.3