summaryrefslogtreecommitdiff
path: root/doc/fl_hor_slider.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_hor_slider.html')
-rw-r--r--doc/fl_hor_slider.html84
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/fl_hor_slider.html b/doc/fl_hor_slider.html
new file mode 100644
index 0000000..9cc9a22
--- /dev/null
+++ b/doc/fl_hor_slider.html
@@ -0,0 +1,84 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Fl_Hor_Slider Binding Map</title>
+ <link href="map.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+
+<h2>Fl_Hor_Slider Binding Map</h2>
+
+
+<table class="package">
+ <tr><th colspan="2">Package name</th></tr>
+
+ <tr>
+ <td>Fl_Hor_Slider</td>
+ <td>FLTK.Widgets.Valuators.Sliders.Horizontal</td>
+ </tr>
+
+</table>
+
+
+
+<table class="type">
+ <tr><th colspan="2">Types</th></tr>
+
+ <tr>
+ <td>Fl_Hor_Slider</td>
+ <td>Horizontal_Slider</td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+ <td>Horizontal_Slider_Reference</td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+Fl_Hor_Slider(int X, int Y, int W, int H, const char *L=0);
+</pre></td>
+<td><pre>
+function Create
+ (X, Y, W, H : in Integer;
+ Text : in String)
+ return Horizontal_Slider;
+</pre></td>
+ </tr>
+
+ <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+ (This : in out Horizontal_Slider);
+</pre></td>
+ </tr>
+
+ <tr>
+<td>&nbsp;</td>
+<td><pre>
+function Handle
+ (This : in out Horizontal_Slider;
+ Event : in Event_Kind)
+ return Event_Outcome;
+</pre></td>
+ </tr>
+
+</table>
+
+
+ </body>
+</html>
+