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_roller.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 doc/fl_roller.html (limited to 'doc/fl_roller.html') diff --git a/doc/fl_roller.html b/doc/fl_roller.html new file mode 100644 index 0000000..fb0b6cc --- /dev/null +++ b/doc/fl_roller.html @@ -0,0 +1,88 @@ + + + + + + + Fl_Roller Binding Map + + + + + + +

Fl_Roller Binding Map

+ + + + + + + + + + +
Package name
Fl_RollerFLTK.Widgets.Valuators.Rollers
+ + + + + + + + + + + + + + + + +
Types
Fl_RollerRoller
 Roller_Reference
+ + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Roller(int X, int Y, int W, int H, const char *L=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Roller;
+
+void draw();
+
+procedure Draw
+       (This : in out Roller);
+
+int handle(int);
+
+function Handle
+       (This  : in out Roller;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit