From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 01:14:58 +1300 Subject: Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there --- doc/fl_spinner.html | 59 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 14 deletions(-) (limited to 'doc/fl_spinner.html') diff --git a/doc/fl_spinner.html b/doc/fl_spinner.html index 180937e..179a144 100644 --- a/doc/fl_spinner.html +++ b/doc/fl_spinner.html @@ -46,7 +46,35 @@ - + + + + + + + + + + + + + + + + + +
Functions and Procedures
Protected Attributes
+Fl_Repeat_Button down_button_;
+
 
+Fl_Input input_;
+
 
+Fl_Repeat_Button up_button_;
+
 
+ + + + + +
Constructors
@@ -55,11 +83,18 @@ Fl_Spinner(int X, int Y, int W, int H, const char *L=0);
 
 function Create
        (X, Y, W, H : in Integer;
-        Text       : in String)
+        Text       : in String := "")
     return Spinner;
 
+ + + + + + - - - - - - + @@ -171,11 +198,11 @@ procedure Set_Minimum - + - + - + -- cgit
Functions and Procedures
 void color(Fl_Color v);
@@ -82,14 +117,6 @@ function Get_Background_Color
 
 
-procedure Draw
-       (This : in out Spinner);
-
 const char * format();
@@ -142,7 +169,7 @@ procedure Set_Maximum
 
 double maxinum() const;
 
 Deprecated spelling mistake, use maximum / Get_Maximum instead.
 double mininum() const;
 
 Deprecated spelling mistake, use minimum / Get_Minimum instead.
 Use a combination of minimum and maximum to get the values.
 procedure Get_Range
        (This     : in     Spinner;
@@ -198,7 +225,11 @@ procedure Set_Range
 
 void resize(int X, int Y, int W, int H);
 
 
+procedure Resize
+       (This       : in out Spinner;
+        X, Y, W, H : in     Integer);
+