On 24.02.2013 12:24, Andi wrote: > is it possible to change/make themes of the GUI at runtime with the new FLTK > 3.0 library?
There are plans for improving themes in FLTK 3.0, but this is still pre-alpha software, and there are no release plans yet. > I'am new to FLTK and want to learn Version 3. Please stick to 1.3 for now. FLTK 3.0 is far from being stable and not feasible for learning or production use. > But with such a site, it's really hard to get info's and to begin learning > the toolkit. There is no introduction how to begin with library v3.0. No, you're right, not for FLTK 3.0, but (as written above) this is only a development version, and there won't be docs before it is more stable. There is, however, an introduction chapter in the FLTK 1.3 docs. FLTK 3.0 will be (at least mostly) API compatible, if you want, and so this is the right way to learn FLTK. http://www.fltk.org/documentation.php look for FLTK 1.3.2 (HTML or PDF). > 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", and you can also make your 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

