On 13/12/10 23:19, nigo wrote: > While in theory you can use Fl::set_boxtype() to retheme your app you > will be very limited.
Yes, that's probably fair - the various hooks for over-riding the boxtypes and so forth work quite well, if you only want to change the basic boxtypes. But if you really want to do fancy rendering, I'd suggest you may be better deriving your own widgets and doing dedicated draw() methods that do the specific drawing for each widget. Which of course is what Greg's Aqua-tabs demo does... Using that approach you can get really quite complex effects - but it is a lot more work... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

