From 617353265e4dc4e0280b565f2cd9e7749ce52bfd Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 17 Apr 2018 16:00:26 +1000 Subject: More polishing --- doc/fl_clock.html | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 doc/fl_clock.html (limited to 'doc/fl_clock.html') diff --git a/doc/fl_clock.html b/doc/fl_clock.html new file mode 100644 index 0000000..5e37577 --- /dev/null +++ b/doc/fl_clock.html @@ -0,0 +1,107 @@ + + + + + + + Fl_Clock Binding Map + + + + + + +

Fl_Clock Binding Map

+ + + + + + + + + +
Package name
Fl_ClockFLTK.Widgets.Clocks.Updated
+ + + + + + + + + + + + + + + + +
Types
Fl_ClockUpdated_Clock
 Updated_Clock_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+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)
+    return Updated_Clock;
+
+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)
+    return Updated_Clock;
+
 
+procedure Draw
+       (This : in out Updated_Clock);
+
 
+procedure Draw
+       (This       : in out Clock;
+        X, Y, W, H : in     Integer);
+
+int handle(int);
+
+function Handle
+       (This  : in out Updated_Clock;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit