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_widget.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_widget.html') diff --git a/doc/fl_widget.html b/doc/fl_widget.html index cb21c4d..265af2c 100644 --- a/doc/fl_widget.html +++ b/doc/fl_widget.html @@ -691,7 +691,7 @@ procedure Set_Label_Size Fl_Labeltype labeltype() const;
-function Get_Label_Type
+function Get_Label_Kind
        (This : in Widget)
     return Label_Kind;
 
@@ -702,7 +702,7 @@ function Get_Label_Type void labeltype(Fl_Labeltype a);
-procedure Set_Label_Type
+procedure Set_Label_Kind
        (This  : in out Widget;
         Label : in     Label_Kind);
 
-- cgit