From 37ab5f41a7b08f8101f4716a89c90b0b2132e015 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 9 Jun 2014 22:37:43 -0400 Subject: Cleaned up the scrollbars documentation in the Overview. --- doc.go | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc.go') 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 -- cgit v1.2.3