diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-24 12:33:28 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-24 12:33:28 +1300 |
commit | ba40e0e277a2a959209e082fd62a3c2e796a9566 (patch) | |
tree | 0412bdb5cb3930229f86dbc99549d7a9448a6909 /doc/fl_device.html | |
parent | b3f9e96403aa5cb9d7db2330aa579356d1d58b6f (diff) |
Completed Fl_Surface_Device binding
Diffstat (limited to 'doc/fl_device.html')
-rw-r--r-- | doc/fl_device.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/fl_device.html b/doc/fl_device.html index 086a45c..c87b543 100644 --- a/doc/fl_device.html +++ b/doc/fl_device.html @@ -36,6 +36,39 @@ <td>Device</td> </tr> + <tr> + <td> </td> + <td>Device_Reference</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Static Attributes</th></tr> + + <tr> +<td><pre> +static const char * class_id = "Fl_Device"; +</pre></td> +<td>Use runtime tag checks instead</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>Deprecated, use runtime tag checks instead</td> + </tr> + </table> |