On 15 Nov 2008, at 12:04, Jane wrote: > hello, is it possible to tell fluid to unset any previously > set colors so that the defaults are used again?
Hmmm - I don't think so, but I have never wanted to do that... I
guess you might have to do something like;
old_col = widget->labelcolor();
widget->labelcolor(new_col);
:
:
widget->labelcolor(old_col);
--
Ian
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

