> > It seemed that I have to provide the source code of the modified > > fltk and link the my own code(close-code) against the modified > > version of fltk statically. And is there any other mehtod to > > implement a modified version of Fl_Text_Display, such as subclassing > > as usual without copying code? In this example, what I want to > > modify is only a single method (not virtual function) of > > Fl_Text_Display. It will be a tedious work to implement the other > > part of Fl_Text_Display in my own way. > > Do you need implement something that is commercial-in-confidence, > or something belonging to your company? > > If not, maybe you could describe what you want, and we could see > whether it would be possible to provide it as part of the current > FL_Text_Display refactoring / corrections. > > Cheers > D.
Thanks. No, the implementation is not necessary if it is possible to provide it as part of the current Fl_Text_Display. What I want is: a method to set background image of Fl_Text_Display Window. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

