Re: [racket] Limits of init-auto-scrollbars in canvas%

2010-09-19 Thread Martin Dirichs
Sure it would be a bit silly to request a client size of 10x10 pixels... > > > -Original Message- > > From: users-boun...@racket-lang.org > > [mailto:users-boun...@racket-lang.org] On Behalf Of Martin Dirichs > > Sent: 18 September 2010 22:57 &

Re: [racket] Limits of init-auto-scrollbars in canvas%

2010-09-19 Thread Martin Dirichs
llbars are implemented in the new version... On Sat, 18 Sep 2010 19:46 -0600, "Matthew Flatt" wrote: > At Sat, 18 Sep 2010 20:56:54 +0000 (UTC), Martin Dirichs wrote: > > In the docs for canvas% > > > > http://docs.racket-lang.org/gui/canvas_.html > > > >

[racket] Limits of init-auto-scrollbars in canvas%

2010-09-18 Thread Martin Dirichs
In the docs for canvas% http://docs.racket-lang.org/gui/canvas_.html the limits for function init-auto-scrollbars are given as horiz-pixels : (or/c (integer-in 1 10) false/c) vert-pixels : (or/c (integer-in 1 10) false/c) However, if tested with larger values than 1, the