Re: [racket-dev] list-box% not properly sized

2011-09-16 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/08/11 11:16, Marijn wrote: > Hi Matthew, > > On 09/01/11 10:31, Marijn wrote: >> Hi list, >> >> list-box%es are not properly sized; the following code: > > I think you pushed a patch to change this. Currently the list-box > as coded below has

Re: [racket-dev] list-box% not properly sized

2011-09-08 Thread Marijn
Hi Matthew, On 09/01/11 10:31, Marijn wrote: > Hi list, > > list-box%es are not properly sized; the following code: I think you pushed a patch to change this. Currently the list-box as coded below has a minimum size of three items. Unfortunately the scroll bar seems to have a minimum size which

[racket-dev] list-box% not properly sized

2011-09-01 Thread Marijn
Hi list, list-box%es are not properly sized; the following code: #lang racket/gui (define root (new frame% (label "choice widgets"))) (define list-box (new list-box% (parent root) (label "List-box: ") (style '(multiple)) (choices '("1" "b" "C3" "44" "five" "6" "seven" "OO" (send root sho