summaryrefslogtreecommitdiff
path: root/basicctrls.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-16 15:42:43 -0500
committerPietro Gagliardi <[email protected]>2015-02-16 15:42:43 -0500
commit3e44e60333401cc7b961fa724ee142375a740ac0 (patch)
tree6e12e195fca13087eff114c32ed08c14d065f1ef /basicctrls.go
parent8e4145b00cd72c09b17fb0dbf58c3231c3305c22 (diff)
More TODOs.
Diffstat (limited to 'basicctrls.go')
-rw-r--r--basicctrls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicctrls.go b/basicctrls.go
index e905ad2..8232cc3 100644
--- a/basicctrls.go
+++ b/basicctrls.go
@@ -133,6 +133,7 @@ func NewGroup(text string, control Control) Group {
// TODO events
// TODO Tab key - insert horizontal tab or tab stop?
// TODO ReadOnly
+// TODO line endings
type Textbox interface {
Control