> I have some general questions about using images. Ive read > many source examples, and as much documentation as possible, > but I keep getting confused about a couple of things. > > Im using fltk1.1 > > Can an Fl_Image(or a subclass) be added as a child to a Fl_Group? > > Can an Fl_Image easily draw itself, or do you need some type > of function to extract pixel data from Fl_Image, and then > pass that to fl_draw_image()?
The image really needs to be in some sort of container, but a simple Fl_Box is fine. Accessing the data? See these howto's. http://www.fltk.org/articles.php?L466 http://www.fltk.org/articles.php?L468 SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

