>>> I also have some vague memory of there being a way to hook into >>> FLTK's drawing routines from an app to affect all widget drawing, >>> which I /think/ involved some function pointers..
Matthias Melcher wrote: > The easiest way to create something like a theme is to override > the standard box styles. This is easily done by providing functions > that draw boxes differently. See Fl::set_boxtype() > <http://www.fltk.org/documentation.php/doc-1.1/Fl.html#Fl.set_boxtype> Yep, that's it. With that I was able to find this article: http://www.fltk.org/articles.php?L697 _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

