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_adjuster.html | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 doc/fl_adjuster.html (limited to 'doc/fl_adjuster.html') diff --git a/doc/fl_adjuster.html b/doc/fl_adjuster.html new file mode 100644 index 0000000..3fdbfa9 --- /dev/null +++ b/doc/fl_adjuster.html @@ -0,0 +1,110 @@ + + + + + + + Fl_Adjuster Binding Map + + + + + + +

Fl_Adjuster Binding Map

+ + + + + + + + + + +
Package name
Fl_AdjusterFLTK.Widgets.Valuators.Adjusters
+ + + + + + + + + + + + + + + + +
Types
Fl_AdjusterAdjuster
 Adjuster_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Adjuster(int X, int Y, int W, int H, const char *L=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Adjuster;
+
+void draw();
+
+procedure Draw
+       (This : in out Adjuster);
+
+int handle(int);
+
+function Handle
+       (This  : in out Adjuster;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+void soft(int s);
+
+procedure Set_Soft
+       (This : in out Adjuster;
+        To   : in     Boolean);
+
+int soft() const;
+
+function Is_Soft
+       (This : in Adjuster)
+    return Boolean;
+
+ + + + + -- cgit