summaryrefslogtreecommitdiff
path: root/doc/fl_display_device.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-12 01:14:58 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-12 01:14:58 +1300
commite93b9bbc02e2791f3a35b6f077fcbb8514c28aed (patch)
tree3661530027db6809a9cbad7b2477416009e00787 /doc/fl_display_device.html
parent53aa8144851913994b963ed611cca8885b8f9a9e (diff)
Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there
Diffstat (limited to 'doc/fl_display_device.html')
-rw-r--r--doc/fl_display_device.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/fl_display_device.html b/doc/fl_display_device.html
index 190a901..cd4e27d 100644
--- a/doc/fl_display_device.html
+++ b/doc/fl_display_device.html
@@ -78,13 +78,16 @@ function Create
<table class="function">
- <tr><th colspan="2">Functions and Procedures</th></tr>
+ <tr><th colspan="2">Static Functions and Procedures</th></tr>
<tr>
<td><pre>
-const char * class_name();
+static Fl_Display_Device * display_device();
+</pre></td>
+<td><pre>
+function Get_Platform_Display
+ return Display_Device_Reference;
</pre></td>
-<td>Deprecated, use runtime tag checks instead.</td>
</tr>
</table>
@@ -92,16 +95,13 @@ const char * class_name();
<table class="function">
- <tr><th colspan="2">Static Functions and Procedures</th></tr>
+ <tr><th colspan="2">Functions and Procedures</th></tr>
<tr>
<td><pre>
-static Fl_Display_Device * display_device();
-</pre></td>
-<td><pre>
-function Get_Platform_Display
- return Display_Device_Reference;
+const char * class_name();
</pre></td>
+<td>Deprecated, use runtime tag checks instead.</td>
</tr>
</table>