On 19.12.2010, at 17:31, Sparkaround wrote: > Thanks Greg. These examples are great! > > So there is no interface for theme and I have to draw all widgets myself to > create customized look. For the widgets not based on Fl_Box , new boxtype do > not give new look.
Most stuff is based on Fl_Box, with the exception of arrows and parts of the sliders. Some widgets use fl_rectf (text editing widgets). FLTK 1.0.x once had an API for true theming, but we removed it because it eventually became huge, messy, and mostly unmaintainable. Gergs suggestions are the most feasible ones! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

