From 5c1f074e4db5d2e701011c60cc3e6f486fb2ecf4 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 20 Apr 2018 02:24:26 +1000 Subject: Polishing some Valuators --- doc/fl_simple_counter.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 doc/fl_simple_counter.html (limited to 'doc/fl_simple_counter.html') diff --git a/doc/fl_simple_counter.html b/doc/fl_simple_counter.html new file mode 100644 index 0000000..2961598 --- /dev/null +++ b/doc/fl_simple_counter.html @@ -0,0 +1,84 @@ + + + + + + + Fl_Simple_Counter Binding Map + + + + + + +

Fl_Simple_Counter Binding Map

+ + + + + + + + + + +
Package name
Fl_Simple_CounterFLTK.Widgets.Valuators.Counters.Simple
+ + + + + + + + + + + + + + + + +
Types
Fl_Simple_CounterSimple_Counter
 Simple_Counter_Reference
+ + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Simple_Counter(int X, int Y, int W, int H, const char *L=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Simple_Counter;
+
 
+procedure Draw
+       (This : in out Simple_Counter);
+
 
+function Handle
+       (This  : in out Simple_Counter;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit