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_menu_window.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/fl_menu_window.html') diff --git a/doc/fl_menu_window.html b/doc/fl_menu_window.html index 74ca9b7..9237db5 100644 --- a/doc/fl_menu_window.html +++ b/doc/fl_menu_window.html @@ -52,7 +52,8 @@ Fl_Menu_Window(int W, int H, const char *L=0);
 function Create
-       (W, H : in Integer)
+       (W, H : in Integer;
+        Text : in String)
     return Menu_Window;
 
-- cgit