matthiasm wrote > That will not work the way you expect. Let's say for example you set > the flag that only your subwidget needs to be redrawn, but at the > same time, the whole window gets erased. Now, when "draw()" is > called, it will see your flag and only redraw your widget, leaving > the rest of the area damaged.
But is there a way to redraw only a part of the window whithout erasing the rest of the area ? /////////////////////////////////// /////////////////////////////////// // // // // // // // // // // // // // ********************* // // * * // // * part to redraw * // // * * // // * * // // ********************* // // // // // // // // // // // // // // // // // // // /////////////////////////////////// /////////////////////////////////// _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

