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_dial.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_dial.html') diff --git a/doc/fl_dial.html b/doc/fl_dial.html index 565b7cf..0b3fc45 100644 --- a/doc/fl_dial.html +++ b/doc/fl_dial.html @@ -154,7 +154,7 @@ function Handle See type method for Fl_Widget.
-function Get_Dial_Type
+function Get_Kind
        (This : in Dial)
     return Dial_Kind;
 
@@ -163,7 +163,7 @@ function Get_Dial_Type See type method for Fl_Widget.
-procedure Set_Dial_Type
+procedure Set_Kind
        (This : in out Dial;
         To   : in     Dial_Kind);
 
-- cgit