diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-09 22:37:43 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-09 22:37:43 -0400 |
| commit | 37ab5f41a7b08f8101f4716a89c90b0b2132e015 (patch) | |
| tree | 8951d77f7b5749ef93dc247bd74dc6344ee70975 /listbox.go | |
| parent | 989ba776b01525d96bdb6e7245d85d0d7330eec2 (diff) | |
Cleaned up the scrollbars documentation in the Overview.
Diffstat (limited to 'listbox.go')
| -rw-r--r-- | listbox.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +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 vertical scrollbars that are hidden when not needed. -// The presence of horizontal scrollbars is currently undefined. +// For information on scrollbars, see "Scrollbars" in the Overview. +// Due to implementation issues, the presence of horizontal scrollbars is currently implementation-defined. type Listbox struct { lock sync.Mutex created bool |
