Bill Atkins wrote:
> I'm considering using the FOX toolkit in a project instead of Ruby/Tk, but I don't see anything in FOX equivalent to Ruby/Tk's TkText widget. I basically need an editable widget that will allow me to set the font, color, boldness, etc. of specific regions of text. Does such a thing exist?
See examples/styledtext.rb. To make it editable, just add the line
text.editable = true