[racket-users] Second CfP: Scheme 2021 *Extended Deadline* - 22nd Scheme and Functional Programming Workshop (Co-located with ICFP 2021)

2021-06-26 Thread web...@gmail.com
The 2021 Scheme and Functional Programming Workshop is calling for submissions. *The submission deadline has been extended one week, to 3 July 2021, Anywhere on Earth.* Workshop website: https://icfp21.sigplan.org/home/scheme-2021#Call-for-Papers *New submission link:*

[racket-users] Re: Is it possible to specify a hierarchy of menu-item options in racket/gui more than 2 deep?

2021-06-26 Thread schle...@gmail.com
Here is an example in a gist: https://gist.github.com/SimonLSchlee/e496830a7872e224b7afbd4fa6ef5fd8 You can't create a hierarchy of menu-items%, because menu-items are always leaf nodes (a "terminating" node in the hierarchy). But you can have many nested menu% elements which can have

[racket-users] Re: Trying to specify resize-border for instance of dialog

2021-06-26 Thread schle...@gmail.com
The docs say style: (listof (or/c 'no-caption 'resize-border 'no-sheet 'close-button)) = null so either (style (list 'resize-border)) or (style '(resize-border)) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group