mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Update Fl::scheme() documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5471 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+17
-4
@@ -1092,10 +1092,23 @@ with <tt>return Fl::run();</tt>.
|
|||||||
<H4><A NAME="Fl.scheme">void scheme(const char *name);
|
<H4><A NAME="Fl.scheme">void scheme(const char *name);
|
||||||
<BR>const char *scheme();</A></H4>
|
<BR>const char *scheme();</A></H4>
|
||||||
|
|
||||||
<P>Gets or sets the current widget scheme. Currently only "none"
|
<P>Gets or sets the current widget scheme. <TT>NULL</TT> will use
|
||||||
and "plastic" are recognized, and <TT>NULL</TT> will use the
|
the scheme defined in the <TT>FLTK_SCHEME</TT> environment
|
||||||
scheme defined in the <TT>FLTK_SCHEME</TT> environment variable
|
variable or the <TT>scheme</TT> resource under X11. Otherwise,
|
||||||
or the <TT>scheme</TT> resource under X11.
|
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>
|
<H4><A NAME="Fl.screen_count">int screen_count();</A></H4>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user