From 5be931cebd13db1ea3aab6234eaeb00e07ad467e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 20 Sep 2006 00:50:34 +0000 Subject: Update Fl::scheme() documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5471 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 21 +++++++++++++++++---- 1 file 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 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();

-- cgit v1.2.3