gui
gui copied to clipboard
As the title says, when I click on the DrRacket toolbar following internal error is displayed in a small window: > screen->client in window: contract violation > expected: (integer-in -1000000...
racket/gui has no support for builtin gtk icons (out of the box), and most widgets (such as text-field%) don't need to be using a canvas under the hood (though, this...
Addresses: https://github.com/racket/racket/issues/5224 If a user discovers `write-to-file` or `read-from-file` and plans to leverage either without serendipitously also discovering the accompanying editor header/footer methods, they'll likely have a challenging time. Beyond...
I noticed that `yield/no-sync` could potentially return `void?` in addition to `#t` or `#f`, which seems like a potential bug.
Re. https://github.com/Bogdanp/racket-gui-easy/issues/63#issuecomment-3225228993. As the title says, when dragging a slider, threads other than the eventspace thread are suspended. So, the threads in this example end up not running while dragging...
**What version of Racket are you using?** 8.16.900 **What program did you run?** Open DrRacket. Close all windows using cmd-W. Try to open a new one using cmd-N. Hear a...
The `gui-doc` package is not installed in the docker container the action is using, so it has to be installed and then updated rather than just updated.