summaryrefslogtreecommitdiff
path: root/doc/fl_png_image.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_png_image.html')
-rw-r--r--doc/fl_png_image.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/fl_png_image.html b/doc/fl_png_image.html
index 25260d7..7905098 100644
--- a/doc/fl_png_image.html
+++ b/doc/fl_png_image.html
@@ -14,6 +14,9 @@
<h2>Fl_PNG_Image Binding Map</h2>
+<a href="index.html">Back to Index</a>
+
+
<table class="package">
<tr><th colspan="2">Package name</th></tr>
@@ -59,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>&nbsp;</td>
</tr>
</table>