diff options
Diffstat (limited to 'doc/fl_gif_image.html')
-rw-r--r-- | doc/fl_gif_image.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/fl_gif_image.html b/doc/fl_gif_image.html new file mode 100644 index 0000000..6117095 --- /dev/null +++ b/doc/fl_gif_image.html @@ -0,0 +1,65 @@ + +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Fl_GIF_Image Binding Map</title> + <link href="map.css" rel="stylesheet"> + </head> + + <body> + + +<h2>Fl_GIF_Image Binding Map</h2> + + +<table class="package"> + <tr><th colspan="2">Package name</th></tr> + + <tr> + <td>Fl_GIF_Image</td> + <td>FLTK.Images.Pixmaps.GIF</td> + </tr> + +</table> + + + +<table class="type"> + <tr><th colspan="2">Types</th></tr> + + <tr> + <td>Fl_GIF_Image</td> + <td>GIF_Image</td> + </tr> + + <tr> + <td> </td> + <td>GIF_Image_Reference</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + + <tr> +<td><pre> +Fl_GIF_Image(const char *filename); +</pre></td> +<td><pre> +function Create + (Filename : in String) + return GIF_Image; +</pre></td> + </tr> + +</table> + + + </body> +</html> + |