Hi, I'm trying to grab the content of a Fl_Scroll. can I use the very same fl_read_image? there aren't any window/widget parameters to specify...
even more important: will fl_read_image just grab a window/widget shown on the screen or also items which are "scrolled away" by a Fl_Scroll (so those are present but out of the panel, so to speak) ? Thanx, Fabio > fltk-1.1.6 has a function called fl_read_image, hidden in the > FL/fl_draw.h header file. This should do what you need. > > On Dec 1, 2004, at 4:43 AM, [email protected] wrote: > > > How can I grad scren/window/widget from FLTK? > > _______________________________________________ > > fltk mailing list > > [email protected] > > http://lists.easysw.com/mailman/listinfo/fltk > > > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

