diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-02-20 18:04:23 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-02-20 18:04:23 +1300 |
commit | f18ea4474bb4905a00e0b39e7205c177ee994196 (patch) | |
tree | 67a06833192e0f47695ab872badb88fb0970280a /doc/fl_png_image.html | |
parent | c47bea48a24e51e178354f3e3bb53d8b9964b769 (diff) |
Improved binding for the FLTK.Images package subtree
Diffstat (limited to 'doc/fl_png_image.html')
-rw-r--r-- | doc/fl_png_image.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/fl_png_image.html b/doc/fl_png_image.html index c064ffe..7905098 100644 --- a/doc/fl_png_image.html +++ b/doc/fl_png_image.html @@ -62,9 +62,15 @@ function Create <tr> <td><pre> -Fl_PNG_Image(const char *name, const unsigned char *buffer, int datasize); +Fl_PNG_Image(const char *name, const unsigned char *buffer, + int datasize); +</pre></td> +<td><pre> +function Create + (Name : in String := ""; + Data : in Color_Component_Array) + return PNG_Image; </pre></td> -<td> </td> </tr> </table> |