Added "gleam" to docs for Fl::scheme()

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2014-04-19 14:55:15 +00:00
parent c44e6122d4
commit 6ae1b1665e

View File

@ -262,15 +262,18 @@ static Fl_Pixmap tile(tile_xpm);
in the FLTK_SCHEME environment variable or the scheme resource
under X11. Otherwise, any of the following schemes can be used:
- "none" - This is the default look-n-feel which resembles old
Windows (95/98/Me/NT/2000) and old GTK/KDE
- "none" - This is the default look-n-feel which resembles old
Windows (95/98/Me/NT/2000) and old GTK/KDE
- "base" - This is an alias for "none"
- "base" - This is an alias for "none"
- "plastic" - This scheme is inspired by the Aqua user interface
on Mac OS X
- "plastic" - This scheme is inspired by the Aqua user interface
on Mac OS X
- "gtk+" - This scheme is inspired by the Red Hat Bluecurve theme
- "gtk+" - This scheme is inspired by the Red Hat Bluecurve theme
- "gleam" - This scheme is inspired by the Clearlooks Glossy scheme.
(Colin Jones and Edmanuel Torres).
Uppercase scheme names are equivalent, but the stored scheme name will
always be lowercase and Fl::scheme() will return this lowercase name.