diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-01-03 17:11:00 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-01-03 17:11:00 +0100 |
| commit | 9aa7cab532ad221a424b96238a9ac997d9482339 (patch) | |
| tree | 97ebd2e06486c2482f1b8fcbdeb9267700d95b44 /FL/Fl.H | |
| parent | 22a830c496d73b6af44d6196bb1a22125cb231b7 (diff) | |
Clarify and improve Fl::scheme() related documentation
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -14,9 +14,9 @@ // https://www.fltk.org/bugs.php // -/** \file - Fl static class. - */ +/** \file FL/Fl.H + \brief Fl static class. +*/ #ifndef Fl_H # define Fl_H @@ -425,12 +425,9 @@ public: static int is_scheme(const char *name) { return (scheme_ && name && !strcmp(name,scheme_)); } - /** - Called by scheme according to scheme name. - Loads or reloads the current scheme selection. - See void scheme(const char *name) - */ - static int reload_scheme(); // platform dependent + + static int reload_scheme(); // defined in 'src/Fl_get_system_colors.cxx' + static int scrollbar_size(); static void scrollbar_size(int W); static int menu_linespacing(); |
