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_counter.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'doc/fl_counter.html') diff --git a/doc/fl_counter.html b/doc/fl_counter.html index 7a01221..fbd6eb3 100644 --- a/doc/fl_counter.html +++ b/doc/fl_counter.html @@ -41,6 +41,11 @@ Counter_Reference + + uchar + Counter_Kind + + @@ -210,6 +215,24 @@ procedure Set_Text_Size + +See type method for Fl_Widget. +
+function Get_Kind
+       (This : in out Counter)
+    return Counter_Kind;
+
+ + + +See type method for Fl_Widget. +
+procedure Set_Kind
+       (This  : in out Counter;
+        Value : in     Counter_Kind);
+
+ + -- cgit