On 06.08.2008, at 17:46, pushparaj muthu wrote: > When we try to display image on widget. We will call redraw function > to > update the image. > > Is it necessary to redraw the parent of that widget also?
If the image is ully contained within the widget, there is no need to call the parent redraw. If however the image is part of an "outside" label, you do have to call the parent redraw() (or better yet call redraw_label()) ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

