summaryrefslogtreecommitdiff
path: root/listbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'listbox.go')
-rw-r--r--listbox.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/listbox.go b/listbox.go
index 4e26d3d..0601c23 100644
--- a/listbox.go
+++ b/listbox.go
@@ -9,7 +9,8 @@ import (
// A Listbox is a vertical list of items, of which either at most one or any number of items can be selected at any given time.
// On creation, no item is selected.
-// Listboxes have both horizontal and vertical scrollbars that are hidden when not needed.
+// Listboxes have vertical scrollbars that are hidden when not needed.
+// The presence of horizontal scrollbars is currently undefined.
type Listbox struct {
// TODO Select event