summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-09-20 00:50:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-09-20 00:50:34 +0000
commit5be931cebd13db1ea3aab6234eaeb00e07ad467e (patch)
tree19aa44ff614e270ce2af85fcaadd475290f63bef /documentation
parent7a60537122d381d52eaf519dd5814efbf23e55ca (diff)
Update Fl::scheme() documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5471 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index 8847c8677..2a3797c30 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -1092,10 +1092,23 @@ with <tt>return Fl::run();</tt>.
<H4><A NAME="Fl.scheme">void scheme(const char *name);
<BR>const char *scheme();</A></H4>
-<P>Gets or sets the current widget scheme. Currently only "none"
-and "plastic" are recognized, and <TT>NULL</TT> will use the
-scheme defined in the <TT>FLTK_SCHEME</TT> environment variable
-or the <TT>scheme</TT> resource under X11.
+<P>Gets or sets the current widget scheme. <TT>NULL</TT> will use
+the scheme defined in the <TT>FLTK_SCHEME</TT> environment
+variable or the <TT>scheme</TT> resource under X11. Otherwise,
+any of the following schemes can be used:</P>
+
+<ul>
+
+ <li>"none" - This is the default look-n-feel which resembles old
+ Windows (95/98/Me/NT/2000) and old GTK/KDE</li>
+
+ <li>"plastic" - This scheme is inspired by the Aqua user interface
+ on Mac OS X</li>
+
+ <li>"gtk+" - This scheme is inspired by the Red Hat Bluecurve
+ theme</li>
+
+</ul>
<H4><A NAME="Fl.screen_count">int screen_count();</A></H4>