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_surface_device.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'doc/fl_surface_device.html') diff --git a/doc/fl_surface_device.html b/doc/fl_surface_device.html index bb9cbe2..aec76d5 100644 --- a/doc/fl_surface_device.html +++ b/doc/fl_surface_device.html @@ -77,6 +77,26 @@ function Create + + + + + + + + +
Static Functions and Procedures
+static Fl_Surface_Device * surface();
+
+function Get_Current
+    return Surface_Device_Reference;
+
+function Get_Original
+    return Surface_Device_Reference;
+
+ + + @@ -126,26 +146,6 @@ procedure Set_Current
Functions and Procedures
- - - - - - - - - -
Static Functions and Procedures
-static Fl_Surface_Device * surface();
-
-function Get_Current
-    return Surface_Device_Reference;
-
-function Get_Original
-    return Surface_Device_Reference;
-
- - -- cgit