From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 01:14:58 +1300 Subject: Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there --- doc/fl_display_device.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/fl_display_device.html') 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 - + + -
Functions and Procedures
Static Functions and Procedures
-const char * class_name();
+static Fl_Display_Device * display_device();
+
+function Get_Platform_Display
+    return Display_Device_Reference;
 
Deprecated, use runtime tag checks instead.
@@ -92,16 +95,13 @@ const char * class_name(); - + - +
Static Functions and Procedures
Functions and Procedures
-static Fl_Display_Device * display_device();
-
-function Get_Platform_Display
-    return Display_Device_Reference;
+const char * class_name();
 
Deprecated, use runtime tag checks instead.
-- cgit