From: cix <mc...@gm...> - 2002-03-31 23:47:09
|
Hello, I am writing an application that should let the user insert text in a text editor. The one given as example with ruby-fltk is almost OK for my needs. I would like to add the possibility to use different colors and/or font inside the text area in order to highlight part of the text. It seems to me that that is possible using TextEditor instead of MultilineInput, but I guess, from ruby-fltk docs, that TextEditor is not really supported/implemented. I have also thought to use the helpview associated with a small html editor, but it seems that helpview is a readonly widget. Does anybody know how I could achieve my target? Thanks, cix --- Mauro Cicio |