> Current themes make a lot of use of transparency. While this don't > change much the layout of the theme interface, it's an issue to take > into account while redrawing. Most toolkits have resorted to > "compositing" (aka: hierarchical bitmap caching) to avoid the typical > sluggyness of these pixmap-based engines. Transparency may also come > from the root widget itself.
I will not take into account other platforms, but on X11 powered ones a theme that-want-to-be-transparent can relay on composite managers that are pretty standard these days. The client side (toolkit) should only provide ARGB windows. ...which makes it a nice whish-item for the next version :) -- Sanel _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

