On 2021-06-26 01:56, Don Green wrote: > When I specify as follows: > > (define dialog2 (new dialog% > (label "Get-Prototype-dialog") > (style resize-border) > )) > > Returned error: > resize-border: unbound identifier in: resize-border
I guess you want 'resize-border (as a symbol). :-) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/7c800f58-054c-5711-0308-b6d77e526fb3%40sschwarzer.net.

