This patch
http://www.fltk.org/str.php?L2672
was merged into the current active development branch FLTK-1.3:
http://www.fltk.org/software.php?VERSION=1.3.x
Get your copy
svn co http://seriss.com/public/fltk/fltk/branches/branch-1.3/ fltk-1.3
and use Gleam outofthebox!
This patch will be available here only for reference purposes.
===============================================================
Gleam 4.3 patch for the FLTK cross-plataform GUI library (www.fltk.org). Add a glossy layout theme to FLTK 1.3.x and 1.3.2. Here the steps of how to use it:
-
get fltk-1.3.2-source.tar.gz from http://fltk.org/software.php (or find a mirror in google)
-
untar it
$ tar -xvzf fltk-1.3.2-source.tar.gz
-
copy the patch file fltk-1.3.2-gleam-4.3.patch to the fltk-1.3.2 directory
-
patch it:
$ patch -p0 < fltk-1.3.2-gleam-4.3.patch
- then compile it
$ make
- and run the test
$ ./test/unittests -s gleam
- enjoy....