Greg Ercolano wrote: > Greg Ercolano wrote: >> Michael Schmid wrote: >>> How can I change the progress-color? >> color(FL_RED); >> color2(FL_BLUE); >> >> Indeed, the docs don't mention this, but should. >> I'll make an STR for this. > > Done: STR#2209 > http://fltk.org/str.php?L2209 > > Note that color() is the "background", > and that color2() is the "foreground".
color2() is deprecated, the correct method would be selection_color(). I added a note to the STR. Thanks for opening it, Greg. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

