From f9e453e3d456514066e8ecbed9fbac93a588a0d0 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 21 Jan 2025 00:53:56 +1300 Subject: Using the type method is now more consistent --- doc/fl_scroll.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/fl_scroll.html') diff --git a/doc/fl_scroll.html b/doc/fl_scroll.html index f264792..35856ba 100644 --- a/doc/fl_scroll.html +++ b/doc/fl_scroll.html @@ -198,9 +198,18 @@ function Get_Scroll_Y -  +See type method in Fl_Widget. +
+function Get_Kind
+       (This : in Scroll)
+    return Scroll_Kind;
+
+ + + +See type method in Fl_Widget.
-procedure Set_Type
+procedure Set_Kind
        (This : in out Scroll;
         Mode : in     Scroll_Kind);
 
-- cgit