[plt-scheme] Interactions window font/color choices
At Wed, 23 Mar 2005 11:45:11 -0500, Richard Wicentowski wrote:
> I'd like them do be able to say something like:
>
> (color-display "Some text" 'red)
> (color-display "More stuff" 'blue)
>
> where 'red and 'blue are defined somewhere to whatever they need to be.
>
> Is that even possible? I've searched around quite a lot without
> success.
Not possible, sorry.
You can, of course, make your own window to show their text in whatever
color you want and with whatever styles, etc you want. It's not even
much code to do so.
Robby