On May 17, 2007, at 7:32 PM, Owen wrote: > Hi, is it possible to create skinned applications in Fltk, either > by standard or with a pluggin. > > I have already looked at wxWidgets, using wxSkin, however am > interested in FLTK due to its small footprint.
There are a few interfaces that can be used to get some kind of skinning going, but there is no specific support for this. The main missing feature in 1.1 is probably arbitrarily shaped windows (but a patch for that exists somewhere). You can assign a background image to all windows and then define boxtypes that will generate arbitrarily drawn buttons for you. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

