On 9 Nov 2007, at 15:24, Edzard Egberts wrote: > Out of the FLTK.org link section I just viewed Fl_Device and for > windows > users it only works for FLTK 1.1.4, so it would be necessary to go > back > to this version for using it. I'm sceptic of beeing this a good idea? > Is this the only printing library for FLTK, or are there other ways?
I am not familiar with that code. Can it not be ported to 1.1.8? There has not been *that* much change in the win32 rendering code in the meantime. Or... maybe there has? > Then I looked for possibilities of saving widget contents and only > found > the hint to use some image libraries to do this out of Fl_Image data, > but I'm using a widget. It offers a handle to Windows device context, > maybe there is a way to use it for a windows print or image capture? Fluid includes code that Mike wrote to print out widgets - it should be possible to use that code to print out your widgets too, I think. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

