From 8b01c23e0ba1fd22e0bfc797d6ca540c79079674 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 15:45:37 +1300 Subject: Format string methods for Fl_Spinner --- doc/fl_spinner.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/fl_spinner.html b/doc/fl_spinner.html index 179a144..1160f07 100644 --- a/doc/fl_spinner.html +++ b/doc/fl_spinner.html @@ -52,21 +52,21 @@
 Fl_Repeat_Button down_button_;
 
-  +Intentionally left unbound.
 Fl_Input input_;
 
-  +Intentionally left unbound.
 Fl_Repeat_Button up_button_;
 
-  +Intentionally left unbound. @@ -121,14 +121,22 @@ function Get_Background_Color
 const char * format();
 
-  +
+function Get_Format
+       (This : in Spinner)
+    return String;
+
 void format(const char *f);
 
-  +
+procedure Set_Format
+       (This : in out Spinner;
+        To   : in     String);
+
-- cgit