There is now a custom-built alpha of the Rebol3 alpha-100 but with GUI code for Windows.
After first running
do %r3-gui.r3
you can then try code snippets such as
· view [
· text "Example window."
· button "Close" close
· ]
· view [
· vpanel [
· text "Show website"
· button "Show" browse http://www.rebol.net
· ]
· vpanel [
· text "Example window."
· button "Close" close
· ]]
But if you paste code into the REPL, that text must be unix-style with LF only and no CRLF until the code has been input.
What you will see when the examples run is that the widgets have a style or “skin” (the one I see is shaded-metallic or brushed-aluminum.)