Purnachandra wrote: >> Purnachandra wrote: >>> In my version Fl_Text_Display is not available. If I install new version >>> of FLTK all my old application might effected. Is there any other options? >> Try Fl_Browser then.
... > Looks like Fl_Browser is works for me. I will try this options. If this doesm't work as you like, you can try to put your Fl_Multiline_Output widget inside an Fl_Scroll widget. Whenever you change its contents you call fl_measure() to measure the text and then resize() the output widget accordingly. After this, call parent()->redraw() to draw the scroll widget, and that's it. Some more work, but not too difficult. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

