summaryrefslogtreecommitdiff
path: root/basicctrls.go
diff options
context:
space:
mode:
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 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