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 /doc.go | |
| parent | 989ba776b01525d96bdb6e7245d85d0d7330eec2 (diff) | |
Cleaned up the scrollbars documentation in the Overview.
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |
