On 02/24/13 07:44, Albrecht Schlosser wrote:
>> So when there is no theming at runtime and the look of
>> FLTK 3 is as bad as FLTK 1.3 there is ni interesting in the toolkit for me.
> 
> There are already different themes (called schemes) in FLTK 1.3,
> namely "GTK+" (default) and "plastic"..

        Right, the easy thing to do is put:

                Fl::scheme("gtk+");

        ..at the top of your main() to get that slightly better look.
        It's built in.

        Also, folks have used FLTK 1.x to make nice looking interfaces.. see
        for instance:

> own themes (box types and such), but this is currently somewhat
> complicated. However, there is a good example named "gleam", and
> you can find it here:
> 
> http://www.fltk.org/articles.php?L1089
> 
> 
> Albrecht
> 

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to