diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 15:11:40 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 15:11:40 +1300 |
commit | e324057cbd9b02704172bb5db4163f4a0c276288 (patch) | |
tree | 35afdc681d278049acc62ae61366b6da46122128 /doc/fl_cairo_window.html | |
parent | f8b638b57cc1318ef3536efae662b54b3d14a3bb (diff) |
Closed a few gaps in the APIs of Window derivatives
Diffstat (limited to 'doc/fl_cairo_window.html')
-rw-r--r-- | doc/fl_cairo_window.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_cairo_window.html b/doc/fl_cairo_window.html index d6243aa..1454c61 100644 --- a/doc/fl_cairo_window.html +++ b/doc/fl_cairo_window.html @@ -65,7 +65,7 @@ function Create </tr> <tr> -<td> </td> +<td>Create a Fl_Cairo_Window and set the label manually.</td> <td><pre> function Create (W, H : in Integer; @@ -75,7 +75,7 @@ function Create </tr> <tr> -<td> </td> +<td>Create a Fl_Cairo_Window and set the label and X,Y coords manually.</td> <td><pre> function Create (X, Y, W, H : in Integer; |