From dc65e2f3fa4b3fccacb4e927bf9c1762b200b589 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 9 Dec 2012 17:45:24 +0000 Subject: Fixed warnings with Doxygen 1.8 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9740 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_get_system_colors.cxx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index e17ffcee0..bf158e0bc 100644 --- a/src/Fl_get_system_colors.cxx +++ b/src/Fl_get_system_colors.cxx @@ -261,20 +261,16 @@ static Fl_Pixmap tile(tile_xpm); 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:

+ 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 - + - "gtk+" - This scheme is inspired by the Red Hat Bluecurve + theme */ int Fl::scheme(const char *s) { if (!s) { -- cgit v1.2.3