Albrecht Schlosser wrote: > > One thing, however, should be changed: "Classic" should really be > written with a double "s".
Ops, good catch, will do. I need to update also doxygen documentation to align with discussed rules (any idea for doxygen spell checker?) > > I assume that your implementation would make it possible to switch from, > say "gtk+" scheme back to the "classic" scheme (that's the current > default scheme, right?). That was really a missing feature. Yes, that was the idea. Changing any scheme now just executes a registered scheme function. Not to forget about any setting, new function can be derived from an old one like: void fl_modified_plastic_scheme(){ fl_plastic_scheme(); Fl::set_boxtype(FL_FOO_BOX, ...); Fl::set_boxtype(FL_BAR_BOX, ...); } R. _______________________________________________ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev