summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-09 22:37:43 -0400
committerPietro Gagliardi <[email protected]>2014-06-09 22:37:43 -0400
commit37ab5f41a7b08f8101f4716a89c90b0b2132e015 (patch)
tree8951d77f7b5749ef93dc247bd74dc6344ee70975 /doc.go
parent989ba776b01525d96bdb6e7245d85d0d7330eec2 (diff)
Cleaned up the scrollbars documentation in the Overview.
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index 00c4d14..b51bcc2 100644
--- a/doc.go
+++ b/doc.go
@@ -68,9 +68,18 @@ Package ui does not close these channels, nor does it send multiple values on th
Scrollbars
-[TODO]
+The following Controls have scrolling support built in:
-The result of resizing the window such that the scrollbars consider themselves too small is implementation-defined.
+ Listbox *
+ Area
+
+All of the above controls have both horizontal and vertical scrollbars.
+These scrollbars hide themselves when not needed.
+
+[FUTURE DISCUSSIONS: scrolling programmatically, MouseEvent/KeyEvent scroll overrides]
+[FUTURE PLAN: Controls that are not marked with a * in the above list can have their scrollbars disabled completely in code.]
+
+The result of resizing the window such that the scrollbars consider themselves too small is implementation-defined.
*/
package ui