From 88ca2ea14ba6651404cd4ea347ac8f06afdd0558 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 14 Jan 2025 00:06:33 +1300 Subject: Ensured Widgets will remove themselves from a Group upon dealloc and Groups won't inadvertantly dealloc Widgets upon Clear --- doc/fl_scroll.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/fl_scroll.html') diff --git a/doc/fl_scroll.html b/doc/fl_scroll.html index 697fc9b..aa2b5f8 100644 --- a/doc/fl_scroll.html +++ b/doc/fl_scroll.html @@ -57,14 +57,22 @@
 Fl_Scrollbar hscrollbar;
 
-  +
+function H_Bar
+       (This : in out Scroll)
+    return Valuators.Sliders.Scrollbars.Scrollbar_Reference;
+
 Fl_Scrollbar scrollbar;
 
-  +
+function V_Bar
+       (This : in out Scroll)
+    return Valuators.Sliders.Scrollbars.Scrollbar_Reference;
+
-- cgit