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_fill_dial.html | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 doc/fl_fill_dial.html (limited to 'doc/fl_fill_dial.html') diff --git a/doc/fl_fill_dial.html b/doc/fl_fill_dial.html new file mode 100644 index 0000000..26c50b5 --- /dev/null +++ b/doc/fl_fill_dial.html @@ -0,0 +1,84 @@ + + + + + + + Fl_Fill_Dial Binding Map + + + + + + +

Fl_Fill_Dial Binding Map

+ + + + + + + + + + +
Package name
Fl_Fill_DialFLTK.Widgets.Valuators.Dials.Fill
+ + + + + + + + + + + + + + + + +
Types
Fl_Fill_DialFill_Dial
 Fill_Dial_Reference
+ + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Fill_Dial(int X, int Y, int W, int H, const char *L);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Fill_Dial;
+
 
+procedure Draw
+       (This : in out Fill_Dial);
+
 
+function Handle
+       (This  : in out Fill_Dial;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit