diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-02-06 21:53:06 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-02-06 21:53:06 +1300 |
commit | c47bea48a24e51e178354f3e3bb53d8b9964b769 (patch) | |
tree | 0235aa00983da4722cc49de315f76d3ea3978026 /doc/fl_window.html | |
parent | feef4803ef4cabd6190e5a76c34ccc9866da380d (diff) |
Moved mouse cursors and added cursor functions to FLTK.Draw
Diffstat (limited to 'doc/fl_window.html')
-rw-r--r-- | doc/fl_window.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/fl_window.html b/doc/fl_window.html index bfba28f..518dc97 100644 --- a/doc/fl_window.html +++ b/doc/fl_window.html @@ -52,11 +52,6 @@ <td>Modal_State</td> </tr> - <tr> - <td> </td> - <td>Cursor</td> - </tr> - </table> @@ -159,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> @@ -211,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> |