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. --- listbox.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'listbox.go') diff --git a/listbox.go b/listbox.go index 8245a7b..7ad7adf 100644 --- a/listbox.go +++ b/listbox.go @@ -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 -- cgit v1.2.3