diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-04-19 21:30:43 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-04-19 21:30:43 +1000 |
commit | ae82edc42a3c93c400775b314b65a8662f181b67 (patch) | |
tree | 9782c067fefd55ec765e340fe61756a122ffc3cf /doc/fl_menu_window.html | |
parent | 617353265e4dc4e0280b565f2cd9e7749ce52bfd (diff) |
Completed and polished Window widgets, and fixed some associated oddities
Diffstat (limited to 'doc/fl_menu_window.html')
-rw-r--r-- | doc/fl_menu_window.html | 3 |
1 files changed, 2 insertions, 1 deletions
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); </pre></td> <td><pre> function Create - (W, H : in Integer) + (W, H : in Integer; + Text : in String) return Menu_Window; </pre></td> </tr> |