diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-27 11:03:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-27 11:03:39 -0400 |
| commit | f9699ff93851ef962e999beef0d7b93348afda5b (patch) | |
| tree | 8967c8e4e7dee25118884482c90cc68c14c9f63a /basicctrls.go | |
| parent | b6055d8a3557a589a6acc24741074459b9a4f811 (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 1f8516d..82550b6 100644 --- a/basicctrls.go +++ b/basicctrls.go @@ -126,6 +126,7 @@ func NewGroup(text string, control Control) Group { // Text in a Textbox is unformatted, and scrollbars are applied automatically. // TODO rename to TextBox? merge with TextField (but cannot use Invalid())? enable/disable line wrapping? // TODO events +// TODO Tab key - insert horizontal tab or tab stop? type Textbox interface { Control |
