doc clarification on init-auto-scrollbars

original commit: 14458fdf4379136be342d851ec51656a3ce48c4c
This commit is contained in:
John Clements 2014-01-15 13:04:16 -08:00
parent f787d05db3
commit 4e35cbbab3

View File

@ -212,6 +212,9 @@ The @racket[h-value] and @racket[v-value] arguments specify the initial
@racket[0.0] value initializes the scrollbar to its left/top, while a
@racket[1.0] value initializes the scrollbar to its right/bottom.
It is possible to adjust the virtual sizes by calling this function again.
See also
@method[canvas% on-scroll] and
@method[canvas% get-virtual-size].