From a4b6a06f372923fb38ae4d3c7e0429ce93ea7748 Mon Sep 17 00:00:00 2001
From: Jed Barber <jjbarber@y7mail.com>
Date: Sun, 15 Apr 2018 19:41:33 +1000
Subject: Started process of polishing packages

---
 doc/blank_template.html        |  55 +++++++++
 doc/fl_box.html                |  85 +++++++++++++
 doc/fl_button.html             | 203 +++++++++++++++++++++++++++++++
 doc/fl_check_button.html       |  83 +++++++++++++
 doc/fl_light_button.html       |  87 ++++++++++++++
 doc/fl_radio_button.html       |  83 +++++++++++++
 doc/fl_radio_light_button.html |  83 +++++++++++++
 doc/fl_radio_round_button.html |  83 +++++++++++++
 doc/fl_repeat_button.html      |  85 +++++++++++++
 doc/fl_return_button.html      |  87 ++++++++++++++
 doc/fl_round_button.html       |  83 +++++++++++++
 doc/fl_toggle_button.html      |  83 +++++++++++++
 doc/fl_tooltip.html            | 265 +++++++++++++++++++++++++++++++++++++++++
 doc/map.css                    |  38 ++++++
 14 files changed, 1403 insertions(+)
 create mode 100644 doc/blank_template.html
 create mode 100644 doc/fl_box.html
 create mode 100644 doc/fl_button.html
 create mode 100644 doc/fl_check_button.html
 create mode 100644 doc/fl_light_button.html
 create mode 100644 doc/fl_radio_button.html
 create mode 100644 doc/fl_radio_light_button.html
 create mode 100644 doc/fl_radio_round_button.html
 create mode 100644 doc/fl_repeat_button.html
 create mode 100644 doc/fl_return_button.html
 create mode 100644 doc/fl_round_button.html
 create mode 100644 doc/fl_toggle_button.html
 create mode 100644 doc/fl_tooltip.html
 create mode 100644 doc/map.css

(limited to 'doc')

diff --git a/doc/blank_template.html b/doc/blank_template.html
new file mode 100644
index 0000000..256c469
--- /dev/null
+++ b/doc/blank_template.html
@@ -0,0 +1,55 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title> Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2> Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+
+</pre></td>
+<td><pre>
+
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_box.html b/doc/fl_box.html
new file mode 100644
index 0000000..3f5c5f8
--- /dev/null
+++ b/doc/fl_box.html
@@ -0,0 +1,85 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Box Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Box Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Box</td>
+    <td>FLTK.Widgets.Boxes</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Box</td>
+    <td>Box</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Box_Reference</td>
+  </tr>
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Box (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 Box;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+virtual int handle(int);
+</pre></td>
+<td><pre>
+function Handle
+       (This  : in out Box;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+void draw();
+</pre></td>
+<td><pre>
+procedure Draw
+       (This : in out Box);
+</pre></td>
+  </tr>
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_button.html b/doc/fl_button.html
new file mode 100644
index 0000000..be21c60
--- /dev/null
+++ b/doc/fl_button.html
@@ -0,0 +1,203 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Button</td>
+    <td>FLTK.Widgets.Buttons</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Button</td>
+    <td>Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Button_Reference</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>State</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Button(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 Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+int clear();
+</pre></td>
+<td>See int value();</td>
+  </tr>
+
+  <tr>
+<td><pre>
+Fl_Boxtype down_box() const;
+</pre></td>
+<td><pre>
+function Get_Down_Box
+       (This : in Button)
+    return Box_Kind;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+void down_box(Fl_Boxtype b);
+</pre></td>
+<td><pre>
+procedure Set_Down_Box
+       (This : in out Button;
+        To   : in     Box_Kind);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+Fl_Color down_color() const;
+</pre></td>
+<td>&nbsp;</td>
+  </tr>
+
+  <tr>
+<td><pre>
+void down_color(unsigned c);
+</pre></td>
+<td>&nbsp;</td>
+  </tr>
+
+  <tr>
+<td><pre>
+virtual void draw();
+</pre></td>
+<td><pre>
+procedure Draw
+       (This : in out Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+virtual int handle(int);
+</pre></td>
+<td><pre>
+function Handle
+       (This  : in out Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+int set();
+</pre></td>
+<td>See int value();</td>
+  </tr>
+
+  <tr>
+<td><pre>
+void setonly();
+</pre></td>
+<td><pre>
+procedure Set_Only
+       (This : in out Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+int shortcut() const;
+</pre></td>
+<td><pre>
+function Get_Shortcut
+       (This : in Button)
+    return Shortcut_Key;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+void shortcut(int s);
+</pre></td>
+<td><pre>
+procedure Set_Shortcut
+       (This : in out Button;
+        Key  : in     Shortcut_Key);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+void shortcut(const char *s);
+</pre></td>
+<td>See void shortcut(int s);</td>
+  </tr>
+
+  <tr>
+<td><pre>
+int value(int v);
+</pre></td>
+<td><pre>
+procedure Set_State
+       (This : in out Button;
+        St   : in     State);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+char value() const;
+</pre></td>
+<td><pre>
+function Get_State
+       (This : in Button)
+    return State;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_check_button.html b/doc/fl_check_button.html
new file mode 100644
index 0000000..22405bd
--- /dev/null
+++ b/doc/fl_check_button.html
@@ -0,0 +1,83 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Check_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Check_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Check_Button</td>
+    <td>FLTK.Widgets.Buttons.Light.Check</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Check_Button</td>
+    <td>Check_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Check_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Check_Button(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 Check_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+       (This : in out Check_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+function Handle
+       (This  : in out Check_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_light_button.html b/doc/fl_light_button.html
new file mode 100644
index 0000000..521d1be
--- /dev/null
+++ b/doc/fl_light_button.html
@@ -0,0 +1,87 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Light_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Light_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Light_Button</td>
+    <td>FLTK.Widgets.Buttons.Light</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Light_Button</td>
+    <td>Light_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Light_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Light_Button(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 Light_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+void draw();
+</pre></td>
+<td><pre>
+procedure Draw
+       (This : in out Light_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+int handle(int);
+</pre></td>
+<td><pre>
+function Handle
+       (This  : in out Light_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_radio_button.html b/doc/fl_radio_button.html
new file mode 100644
index 0000000..03f2f92
--- /dev/null
+++ b/doc/fl_radio_button.html
@@ -0,0 +1,83 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Radio_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Radio_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Radio_Button</td>
+    <td>FLTK.Widgets.Buttons.Radio</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Radio_Button</td>
+    <td>Radio_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Radio_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Radio_Button(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 Radio_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+       (This : in out Radio_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+function Handle
+       (This  : in out Radio_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_radio_light_button.html b/doc/fl_radio_light_button.html
new file mode 100644
index 0000000..bde57e4
--- /dev/null
+++ b/doc/fl_radio_light_button.html
@@ -0,0 +1,83 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Radio_Light_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Radio_Light_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Radio_Light_Button</td>
+    <td>FLTK.Widgets.Buttons.Light.Radio</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Radio_Light_Button</td>
+    <td>Radio_Light_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Radio_Light_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Radio_Light_Button(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 Radio_Light_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+       (This : in out Radio_Light_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+function Handle
+       (This  : in out Radio_Light_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_radio_round_button.html b/doc/fl_radio_round_button.html
new file mode 100644
index 0000000..3cd67dd
--- /dev/null
+++ b/doc/fl_radio_round_button.html
@@ -0,0 +1,83 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Radio_Round_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Radio_Round_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Radio_Round_Button</td>
+    <td>FLTK.Widgets.Buttons.Light.Round.Radio</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Radio_Round_Button</td>
+    <td>Radio_Round_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Radio_Round_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Radio_Round_Button(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 Radio_Round_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+       (This : in out Radio_Round_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+function Handle
+       (This  : in out Radio_Round_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_repeat_button.html b/doc/fl_repeat_button.html
new file mode 100644
index 0000000..852a1ce
--- /dev/null
+++ b/doc/fl_repeat_button.html
@@ -0,0 +1,85 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Repeat_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Repeat_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Repeat_Button</td>
+    <td>FLTK.Widgets.Buttons.Repeat</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Repeat_Button</td>
+    <td>Repeat_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Repeat_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Repeat_Button(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 Repeat_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+       (This : in out Repeat_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+int handle(int);
+</pre></td>
+<td><pre>
+function Handle
+       (This  : in out Repeat_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_return_button.html b/doc/fl_return_button.html
new file mode 100644
index 0000000..2bbfac0
--- /dev/null
+++ b/doc/fl_return_button.html
@@ -0,0 +1,87 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Return_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Return_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Return_Button</td>
+    <td>FLTK.Widgets.Buttons.Enter</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Return_Button</td>
+    <td>Enter_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Enter_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Return_Button(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 Enter_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+void draw();
+</pre></td>
+<td><pre>
+procedure Draw
+       (This : in out Enter_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+int handle(int);
+</pre></td>
+<td><pre>
+function Handle
+       (This  : in out Enter_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_round_button.html b/doc/fl_round_button.html
new file mode 100644
index 0000000..cc780f7
--- /dev/null
+++ b/doc/fl_round_button.html
@@ -0,0 +1,83 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Round_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Round_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Round_Button</td>
+    <td>FLTK.Widgets.Buttons.Light.Round</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Round_Button</td>
+    <td>Round_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Round_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Round_Button(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 Round_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+       (This : in out Round_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+function Handle
+       (This  : in out Round_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_toggle_button.html b/doc/fl_toggle_button.html
new file mode 100644
index 0000000..1696895
--- /dev/null
+++ b/doc/fl_toggle_button.html
@@ -0,0 +1,83 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Toggle_Button Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Toggle_Button Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Toggle_Button</td>
+    <td>FLTK.Widgets.Buttons.Toggle</td>
+  </tr>
+</table>
+
+
+
+<table class="type">
+  <tr><th colspan="2">Types</th></tr>
+
+  <tr>
+    <td>Fl_Toggle_Button</td>
+    <td>Toggle_Button</td>
+  </tr>
+
+  <tr>
+    <td>&nbsp;</td>
+    <td>Toggle_Button_Reference</td>
+  </tr>
+
+</table>
+
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+Fl_Toggle_Button(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 Toggle_Button;
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+procedure Draw
+       (This : in out Toggle_Button);
+</pre></td>
+  </tr>
+
+  <tr>
+<td>&nbsp;</td>
+<td><pre>
+function Handle
+       (This  : in out Toggle_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+</pre></td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/fl_tooltip.html b/doc/fl_tooltip.html
new file mode 100644
index 0000000..9c72207
--- /dev/null
+++ b/doc/fl_tooltip.html
@@ -0,0 +1,265 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Fl_Tooltip Binding Map</title>
+    <link href="map.css" rel="stylesheet">
+  </head>
+
+  <body>
+
+
+<h2>Fl_Tooltip Binding Map</h2>
+
+
+<table class="package">
+  <tr><th colspan="2">Package name</th></tr>
+
+  <tr>
+    <td>Fl_Tooltip</td>
+    <td>FLTK.Tooltips</td>
+  </tr>
+</table>
+
+
+<table class="function">
+  <tr><th colspan="2">Functions and Procedures</th></tr>
+
+  <tr>
+<td><pre>
+static Fl_Color color();
+</pre></td>
+<td><pre>
+function Get_Background_Color
+    return Color;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void color(Fl_Color c);
+</pre></td>
+<td><pre>
+procedure Set_Background_Color
+       (To : in Color);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static Fl_Widget * current();
+</pre></td>
+<td><pre>
+function Get_Target
+    return access FLTK.Widgets.Widget'Class;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void current(Fl_Widget *);
+</pre></td>
+<td><pre>
+procedure Set_Target
+       (To : in FLTK.Widgets.Widget'Class);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static float delay();
+</pre></td>
+<td><pre>
+function Get_Delay
+    return Float;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void delay(float f);
+</pre></td>
+<td><pre>
+procedure Set_Delay
+       (To : in Float);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void disable();
+</pre></td>
+<td>See static void enable(int b=1);</td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void enable(int b=1);
+</pre></td>
+<td><pre>
+procedure Set_Enabled
+       (To : in Boolean);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static int enabled();
+</pre></td>
+<td><pre>
+function Is_Enabled
+    return Boolean;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void enter_area(Fl_Widget *w, int X, int Y, int W, int H, const char *tip);
+</pre></td>
+<td><pre>
+procedure Enter_Area
+       (Item       : in FLTK.Widgets.Widget'Class;
+        X, Y, W, H : in Integer;
+        Tip        : in String);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static Fl_Font font();
+</pre></td>
+<td><pre>
+function Get_Text_Font
+    return Font_Kind;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void font(Fl_Font i);
+</pre></td>
+<td><pre>
+procedure Set_Text_Font
+       (To : in Font_Kind);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static float hoverdelay();
+</pre></td>
+<td><pre>
+function Get_Hover_Delay
+    return Float;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void hoverdelay(float f);
+</pre></td>
+<td><pre>
+procedure Set_Hover_Delay
+       (To : in Float);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static int margin_height();
+</pre></td>
+<td><pre>
+function Get_Margin_Height
+    return Natural;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void margin_height(int v);
+</pre></td>
+<td>Disabled pending ABI version check bugfix in FLTK</td>
+  </tr>
+
+  <tr>
+<td><pre>
+static int margin_width();
+</pre></td>
+<td><pre>
+function Get_Margin_Width
+    return Natural;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void margin_width(int v);
+</pre></td>
+<td>Disabled pending ABI version check bugfix in FLTK</td>
+  </tr>
+
+  <tr>
+<td><pre>
+static Fl_Fontsize size();
+</pre></td>
+<td><pre>
+function Get_Text_Size
+    return Font_Size;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void size(Fl_Fontsize s);
+</pre></td>
+<td><pre>
+procedure Set_Text_Size
+       (To : in Font_Size);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static Fl_Color textcolor();
+</pre></td>
+<td><pre>
+function Get_Text_Color
+    return Color;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void textcolor(Fl_Color c);
+</pre></td>
+<td><pre>
+procedure Set_Text_Color
+       (To : in Color);
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static int wrap_width();
+</pre></td>
+<td><pre>
+function Get_Wrap_Width
+    return Natural;
+</pre></td>
+  </tr>
+
+  <tr>
+<td><pre>
+static void wrap_width(int v);
+</pre></td>
+<td>Disabled pending ABI version check bugfix in FLTK</td>
+  </tr>
+
+</table>
+
+
+  </body>
+</html>
+
diff --git a/doc/map.css b/doc/map.css
new file mode 100644
index 0000000..98513fe
--- /dev/null
+++ b/doc/map.css
@@ -0,0 +1,38 @@
+
+
+body {
+    width: 90%;
+    margin-left: 2em;
+    margin-right: 2em;
+}
+
+
+table.package, table.type {
+    min-width: 30%;
+}
+
+table.function {
+    min-width: 60%;
+}
+
+table {
+    margin-top: 4em;
+    margin-bottom: 4em;
+    border: 1px solid black;
+}
+
+
+th {
+    padding-top: 0.5em;
+    padding-bottom: 0.5em;
+    border: 1px solid black;
+}
+
+
+td {
+    width: 50%;
+    padding: 0.5em 0.5em 0.5em 0.5em;
+    border: 1px solid black;
+}
+
+
-- 
cgit