Re: [racket-users] Enabling/disabling menu items

2019-06-11 Thread James Platt
On Jun 11, 2019, at 4:54 PM, Matthew Flatt wrote: > At Tue, 11 Jun 2019 16:45:05 -0400, James Platt wrote: >> It looks like there is not way to enable and disable (grey out) menu >> items the way that there is with buttons. > > There's no `enable` initialization argument for `menu-item%`, but

Re: [racket-users] Enabling/disabling menu items

2019-06-11 Thread Matthew Flatt
At Tue, 11 Jun 2019 16:45:05 -0400, James Platt wrote: > It looks like there is not way to enable and disable (grey out) menu > items the way that there is with buttons. There's no `enable` initialization argument for `menu-item%`, but there's an `enable` method the same as for `button%`

[racket-users] Enabling/disabling menu items

2019-06-11 Thread James Platt
It looks like there is not way to enable and disable (grey out) menu items the way that there is with buttons. So my question is whether the expectation is that you add and remove items from a menu instead or is this a reasonable feature request for a new version of Racket? To illustrate what