From 49f2a539cdc77b504ddef00162625531b659c767 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 6 Jan 2025 23:46:40 +1300 Subject: Revised Browser subhierarchy, mostly protected method bindings --- doc/fl_browser_.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_browser_.html') diff --git a/doc/fl_browser_.html b/doc/fl_browser_.html index 0f8c5fa..8eb131a 100644 --- a/doc/fl_browser_.html +++ b/doc/fl_browser_.html @@ -278,14 +278,14 @@ procedure Set_Scrollbar_Size
 int scrollbar_width() const;
 
-Deprecated, see scrollbar_size(); +Deprecated, see scrollbar_size / Get_Scrollbar_Size.
 void scrollbar_width(int width);
 
-Deprecated, see scrollbar_size(int width); +Deprecated, see scrollbar_size / Set_Scrollbar_Size. -- cgit