diff options
Diffstat (limited to 'doc/fl_tiled_image.html')
-rw-r--r-- | doc/fl_tiled_image.html | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/fl_tiled_image.html b/doc/fl_tiled_image.html index 68dd848..39292b1 100644 --- a/doc/fl_tiled_image.html +++ b/doc/fl_tiled_image.html @@ -46,7 +46,28 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Protected Attributes</th></tr> + + <tr> +<td><pre> +int alloc_image_; +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + + <tr> +<td><pre> +Fl_Image * image_; +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -60,6 +81,13 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> virtual void color_average(Fl_Color c, float i); |