diff options
Diffstat (limited to 'doc/fl_jpeg_image.html')
-rw-r--r-- | doc/fl_jpeg_image.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/fl_jpeg_image.html b/doc/fl_jpeg_image.html index b948ab0..9ca77b4 100644 --- a/doc/fl_jpeg_image.html +++ b/doc/fl_jpeg_image.html @@ -1,4 +1,3 @@ - <!DOCTYPE html> <html lang="en"> @@ -14,6 +13,9 @@ <h2>Fl_JPEG_Image Binding Map</h2> +<a href="index.html">Back to Index</a> + + <table class="package"> <tr><th colspan="2">Package name</th></tr> @@ -44,7 +46,7 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -61,7 +63,12 @@ function Create <td><pre> Fl_JPEG_Image(const char *name, const unsigned char *data); </pre></td> -<td> </td> +<td><pre> +function Create + (Name : in String := ""; + Data : in Color_Component_Array) + return JPEG_Image; +</pre></td> </tr> </table> |