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 return Fl::run();.

void scheme(const char *name);
const char *scheme();

-

Gets or sets the current widget scheme. Currently only "none" -and "plastic" are recognized, and NULL will use the -scheme defined in the FLTK_SCHEME environment variable -or the scheme resource under X11. +

Gets or sets the current widget scheme. NULL will use +the scheme defined in the FLTK_SCHEME environment +variable or the scheme resource under X11. Otherwise, +any of the following schemes can be used:

+ +

int screen_count();