diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
commit | 36302e60475e3531d5034fd97cc87aabb9fbd588 (patch) | |
tree | fb60f17a16000f91e4fa20ba28e3f908c28aee10 /doc/fl_graphics_driver.html | |
parent | 7be33a9cec0e67c34b674c5ac32a947e6aa2fce6 (diff) |
Documentation improvements
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> |