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_clock.html | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'doc/fl_clock.html') diff --git a/doc/fl_clock.html b/doc/fl_clock.html index 2772e83..c648133 100644 --- a/doc/fl_clock.html +++ b/doc/fl_clock.html @@ -45,7 +45,7 @@ - + @@ -67,27 +67,17 @@ Fl_Clock(uchar t, int X, int Y, int W, int H, const char *L); function Create (Kind : in Box_Kind; X, Y, W, H : in Integer; - Text : in String) + Text : in String := "") return Updated_Clock; - - - - +
Functions and Procedures
Constructors
@@ -54,7 +54,7 @@ Fl_Clock(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 Updated_Clock;
 
 
-procedure Draw
-       (This : in out Updated_Clock);
-
- -  -
-procedure Draw
-       (This       : in out Clock;
-        X, Y, W, H : in     Integer);
-
- + + + +
Functions and Procedures
-- 
cgit