diff options
Diffstat (limited to 'doc/fl_single_window.html')
-rw-r--r-- | doc/fl_single_window.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/fl_single_window.html b/doc/fl_single_window.html index 21f97db..d96f789 100644 --- a/doc/fl_single_window.html +++ b/doc/fl_single_window.html @@ -61,6 +61,18 @@ function Create </tr> <tr> +<td>Rely on the automatic use of begin when a group is created, or use begin/end +explicitly, or add each widget to its intended parent group manually.</td> +<td><pre> +function Create + (Parent : in out Groups.Group'Class; + W, H : in Integer; + Text : in String := "") + return Single_Window; +</pre></td> + </tr> + + <tr> <td><pre> Fl_Single_Window(int X, int Y, int W, int H, const char *L=0); </pre></td> @@ -72,6 +84,18 @@ function Create </pre></td> </tr> + <tr> +<td>Rely on the automatic use of begin when a group is created, or use begin/end +explicitly, or add each widget to its intended parent group manually.</td> +<td><pre> +function Create + (Parent : in out Groups.Group'Class; + X, Y, W, H : in Integer; + Text : in String := "") + return Single_Window; +</pre></td> + </tr> + </table> |