Hey all!

I've been using FLTK for visualization of data for an application that I'm 
building. The visualization is working great, no problems. I've subclassed 
Widget:: and use draw() to display my data.

Is there any (undocumented) method that I can use to access the buffer that 
draw() or its methods (addvertex, fillpath, etc..) so that, once I've  
completed my drawing, I could copy that buffer? I need to make a movie of my 
GUI for my customer, and I'd prefer not to have to recreate the drawing method 
again with a different API. Thanks!

Justin
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to