summaryrefslogtreecommitdiff
path: root/doc/fl_double_window.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-04-19 21:30:43 +1000
committerJed Barber <jjbarber@y7mail.com>2018-04-19 21:30:43 +1000
commitae82edc42a3c93c400775b314b65a8662f181b67 (patch)
tree9782c067fefd55ec765e340fe61756a122ffc3cf /doc/fl_double_window.html
parent617353265e4dc4e0280b565f2cd9e7749ce52bfd (diff)
Completed and polished Window widgets, and fixed some associated oddities
Diffstat (limited to 'doc/fl_double_window.html')
-rw-r--r--doc/fl_double_window.html3
1 files changed, 2 insertions, 1 deletions
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);
</pre></td>
<td><pre>
function Create
- (W, H : in Integer)
+ (W, H : in Integer;
+ Text : in String)
return Double_Window;
</pre></td>
</tr>