diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-16 23:44:10 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-16 23:44:10 +1300 |
commit | 157f44ff7034212a29696c5bb2b87e4f6f20d625 (patch) | |
tree | 2aa791870d00858880e036caf6791d65c348ec4a /doc/fl_value_output.html | |
parent | 8b9a09364553d2495b133f948c1ddf428d0b9dae (diff) |
Diffstat (limited to 'doc/fl_value_output.html')
-rw-r--r-- | doc/fl_value_output.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/fl_value_output.html b/doc/fl_value_output.html index bb30970..5a1bf12 100644 --- a/doc/fl_value_output.html +++ b/doc/fl_value_output.html @@ -60,6 +60,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 FLTK.Widgets.Groups.Group'Class; + X, Y, W, H : in Integer; + Text : in String := "") + return Value_Output; +</pre></td> + </tr> + </table> |