summaryrefslogtreecommitdiff
path: root/doc/fl_window.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_window.html')
-rw-r--r--doc/fl_window.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/fl_window.html b/doc/fl_window.html
index a1a5bb8..518dc97 100644
--- a/doc/fl_window.html
+++ b/doc/fl_window.html
@@ -14,6 +14,9 @@
<h2>Fl_Window Binding Map</h2>
+<a href="index.html">Back to Index</a>
+
+
<table class="package">
<tr><th colspan="2">Package name</th></tr>
@@ -49,11 +52,6 @@
<td>Modal_State</td>
</tr>
- <tr>
- <td>&nbsp;</td>
- <td>Cursor</td>
- </tr>
-
</table>
@@ -156,7 +154,7 @@ void cursor(Fl_Cursor);
<td><pre>
procedure Set_Cursor
(This : in out Window;
- To : in Cursor);
+ To : in Mouse_Cursor);
</pre></td>
</tr>
@@ -208,7 +206,7 @@ void default_cursor(Fl_Cursor);
<td><pre>
procedure Set_Default_Cursor
(This : in out Window;
- To : in Cursor);
+ To : in Mouse_Cursor);
</pre></td>
</tr>