diff options
Diffstat (limited to 'doc/fl_graphics_driver.html')
-rw-r--r-- | doc/fl_graphics_driver.html | 52 |
1 files changed, 48 insertions, 4 deletions
diff --git a/doc/fl_graphics_driver.html b/doc/fl_graphics_driver.html index 9f613ef..b0a435e 100644 --- a/doc/fl_graphics_driver.html +++ b/doc/fl_graphics_driver.html @@ -1,4 +1,3 @@ - <!DOCTYPE html> <html lang="en"> @@ -14,6 +13,9 @@ <h2>Fl_Graphics_Driver Binding Map</h2> +<a href="index.html">Back to Index</a> + + <table class="package"> <tr><th colspan="2">Package name</th></tr> @@ -49,20 +51,55 @@ <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_Graphics_Driver"; +</pre></td> +<td>Deprecated, use runtime tag checks instead.</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Protected Attributes</th></tr> + + <tr> +<td><pre> +matrix * fl_matrix; +</pre></td> +<td> </td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> Fl_Graphics_Driver(); </pre></td> -<td>TBA</td> +<td> </td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> virtual const char * class_name(); </pre></td> -<td>Use runtime tag checks instead</td> +<td>Deprecated, use runtime tag checks instead</td> </tr> <tr> @@ -192,6 +229,13 @@ function Get_Width </table> + +<table class="function"> + <tr><th colspan="2">Protected Functions and Procedures</th></tr> + +</table> + + </body> </html> |