From 9aa7cab532ad221a424b96238a9ac997d9482339 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 3 Jan 2023 17:11:00 +0100 Subject: Clarify and improve Fl::scheme() related documentation --- FL/Fl.H | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'FL') 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(); -- cgit v1.2.3