-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
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
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
3 matches
Mail list logo