racket-gui-easy icon indicating copy to clipboard operation
racket-gui-easy copied to clipboard

Declarative GUIs in Racket.

Results 7 racket-gui-easy issues
Sort by recently updated
recently updated
newest added
trafficstars

Right now closing a rendered dialog is non-trivial, or is too ugly. Maybe there is a way, but I can only think of either using a mixin or this which...

Hello! When I say something like this: ``` (cond-view [@foo? (text "foo is set!")] [else (text "no foo here!")]) ``` then internally it will instantiate an `if-view%`, which in turn...

A quick glance at the racket/gui docs didn't get me too far, so: what would it take to make the view in `list-view` scrollable with the mouse (in addition to...

Hello, is it possible to build a grid layout / panel with racket-gui-easy? I looked at the documentation and examples. But it seems there is currently no grid panel available....

I have a use-case where I would like to turn Racket parameters into observables. I can wrap the parameter in an observable, and then manage all the patterns of using...

Hiya! This is an open-ended issue without a strict definition of completed. I'm coding a couple of approaches to make a list of checkboxes. My example program lets people select...

It would be nice if menus could have an icon and a hotkey note like this: The icon is mainly useful when you can do something by the toolbar also: