From ae82edc42a3c93c400775b314b65a8662f181b67 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 19 Apr 2018 21:30:43 +1000 Subject: Completed and polished Window widgets, and fixed some associated oddities --- doc/fl_double_window.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/fl_double_window.html') diff --git a/doc/fl_double_window.html b/doc/fl_double_window.html index 88656a4..cc8a75b 100644 --- a/doc/fl_double_window.html +++ b/doc/fl_double_window.html @@ -52,7 +52,8 @@ Fl_Double_Window(int W, int H, const char *L=0);
 function Create
-       (W, H : in Integer)
+       (W, H : in Integer;
+        Text : in String)
     return Double_Window;
 
-- cgit