diff options
Diffstat (limited to 'doc/fl_graphics_driver.html')
-rw-r--r-- | doc/fl_graphics_driver.html | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/doc/fl_graphics_driver.html b/doc/fl_graphics_driver.html index 1fa72bb..b0a435e 100644 --- a/doc/fl_graphics_driver.html +++ b/doc/fl_graphics_driver.html @@ -51,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> @@ -194,6 +229,13 @@ function Get_Width </table> + +<table class="function"> + <tr><th colspan="2">Protected Functions and Procedures</th></tr> + +</table> + + </body> </html> |