summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-01-03 17:11:00 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-01-03 17:11:00 +0100
commit9aa7cab532ad221a424b96238a9ac997d9482339 (patch)
tree97ebd2e06486c2482f1b8fcbdeb9267700d95b44 /FL/Fl.H
parent22a830c496d73b6af44d6196bb1a22125cb231b7 (diff)
Clarify and improve Fl::scheme() related documentation
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H15
1 files changed, 6 insertions, 9 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 506dc34ce..8f1e0bf44 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -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();