diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-05-18 16:21:25 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-05-18 16:21:25 +1000 |
commit | 2cbec01126c34e70fc8e11d77553ef5bfd94cec7 (patch) | |
tree | e0f1d1a9e8115838e21e9bda2176695f07f04ad2 /doc/fl_xpm_image.html | |
parent | ee210f26aecaaa19e991773a7be58028223d1cb8 (diff) |
Added Choices, Pixmaps, GIFs, XPMs
Diffstat (limited to 'doc/fl_xpm_image.html')
-rw-r--r-- | doc/fl_xpm_image.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/fl_xpm_image.html b/doc/fl_xpm_image.html new file mode 100644 index 0000000..72e95b4 --- /dev/null +++ b/doc/fl_xpm_image.html @@ -0,0 +1,65 @@ + +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Fl_XPM_Image Binding Map</title> + <link href="map.css" rel="stylesheet"> + </head> + + <body> + + +<h2>Fl_XPM_Image Binding Map</h2> + + +<table class="package"> + <tr><th colspan="2">Package name</th></tr> + + <tr> + <td>Fl_XPM_Image</td> + <td>FLTK.Images.Pixmaps.XPM</td> + </tr> + +</table> + + + +<table class="type"> + <tr><th colspan="2">Types</th></tr> + + <tr> + <td>Fl_XPM_Image</td> + <td>XPM_Image</td> + </tr> + + <tr> + <td> </td> + <td>XPM_Image_Reference</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + + <tr> +<td><pre> +Fl_XPM_Image(const char *filename); +</pre></td> +<td><pre> +function Create + (Filename : in String) + return XPM_Image; +</pre></td> + </tr> + +</table> + + + </body> +</html> + |