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_single_window.html | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'doc/fl_single_window.html') diff --git a/doc/fl_single_window.html b/doc/fl_single_window.html index 1fee0a0..4fb76b2 100644 --- a/doc/fl_single_window.html +++ b/doc/fl_single_window.html @@ -46,7 +46,7 @@ - + @@ -67,18 +67,17 @@ Fl_Single_Window(int X, int Y, int W, int H, const char *L=0); - - - - +
Functions and Procedures
Constructors
@@ -55,7 +55,7 @@ Fl_Single_Window(int W, int H, const char *L=0);
 
 function Create
        (W, H : in Integer;
-        Text : in String)
+        Text : in String := "")
     return Single_Window;
 
 function Create
        (X, Y, W, H : in Integer;
-        Text       : in String)
+        Text       : in String := "")
     return Single_Window;
 
 
-procedure Draw
-       (This : in out Single_Window);
-
+ + + + + - - - - - -- cgit
Functions and Procedures
@@ -91,20 +90,13 @@ procedure Flush
   
 
-function Handle
-       (This  : in out Single_Window;
-        Event : in     Event_Kind)
-    return Event_Outcome;
+int make_current();
 
-int make_current();
+procedure Make_Current
+       (This : in out Single_Window);