diff options
Diffstat (limited to 'doc/fl_image_surface.html')
-rw-r--r-- | doc/fl_image_surface.html | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/doc/fl_image_surface.html b/doc/fl_image_surface.html index 4450127..46f6575 100644 --- a/doc/fl_image_surface.html +++ b/doc/fl_image_surface.html @@ -1,4 +1,3 @@ - <!DOCTYPE html> <html lang="en"> @@ -14,12 +13,15 @@ <h2>Fl_Image_Surface Binding Map</h2> +<a href="index.html">Back to Index</a> + + <table class="package"> <tr><th colspan="2">Package name</th></tr> <tr> <td>Fl_Image_Surface</td> - <td>FLTK.Devices.Surfaces.Image</td> + <td>FLTK.Devices.Surface.Image</td> </tr> </table> @@ -44,7 +46,21 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Static Attributes</th></tr> + + <tr> +<td><pre> +static const char * class_id = "Fl_Image_Surface"; +</pre></td> +<td>Deprecated, use runtime tag checks instead.</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -58,11 +74,18 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> const char * class_name(); </pre></td> -<td> </td> +<td>Deprecated, use runtime tag checks instead.</td> </tr> <tr> @@ -79,7 +102,8 @@ procedure Draw_Widget <tr> <td><pre> -void draw_decorated_window(Fl_Window *win, int delta_x=0, int delta_y=0); +void draw_decorated_window(Fl_Window *win, int delta_x=0, + int delta_y=0); </pre></td> <td><pre> procedure Draw_Decorated_Window |