On 18 Nov 2008, at 18:26, pushparaj muthu wrote: > what is the basic difference between two function show and redraw?
"show" might be thought of as "un-hide", so a window that is not visible, or is minimized, will be raised and shown. This often means it will be redrawn also. In contrast, "redraw" marks a window as needing updated, but will not affect its z-order, or cause a minimized window to be restored, etc. > In the place of show . we can use redraw function No, not really, their functions are quite different. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

