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_draw.html | |
parent | feef4803ef4cabd6190e5a76c34ccc9866da380d (diff) |
Moved mouse cursors and added cursor functions to FLTK.Draw
Diffstat (limited to 'doc/fl_draw.html')
-rw-r--r-- | doc/fl_draw.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/fl_draw.html b/doc/fl_draw.html index 3725377..71da104 100644 --- a/doc/fl_draw.html +++ b/doc/fl_draw.html @@ -269,11 +269,22 @@ procedure Set_Color <tr> <td><pre> void fl_cursor(Fl_Cursor); +</pre></td> +<td><pre> +procedure Set_Cursor + (To : in Mouse_Cursor); +</pre></td> + </tr> + <tr> +<td><pre> void fl_cursor(Fl_Cursor, Fl_Color fg, Fl_Color bg=FL_WHITE); </pre></td> <td><pre> - +procedure Set_Cursor + (To : in Mouse_Cursor; + Fore : in Color; + Back : in Color := White_Color); </pre></td> </tr> |