diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-16 15:42:43 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-16 15:42:43 -0500 |
| commit | 3e44e60333401cc7b961fa724ee142375a740ac0 (patch) | |
| tree | 6e12e195fca13087eff114c32ed08c14d065f1ef /basicctrls.go | |
| parent | 8e4145b00cd72c09b17fb0dbf58c3231c3305c22 (diff) | |
More TODOs.
Diffstat (limited to 'basicctrls.go')
| -rw-r--r-- | basicctrls.go | 1 |
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 |
