diff options
Diffstat (limited to 'doc/fl_hor_nice_slider.html')
-rw-r--r-- | doc/fl_hor_nice_slider.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/fl_hor_nice_slider.html b/doc/fl_hor_nice_slider.html index 5bf60d6..9a6dc4f 100644 --- a/doc/fl_hor_nice_slider.html +++ b/doc/fl_hor_nice_slider.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 Horizontal_Nice_Slider; +</pre></td> + </tr> + </table> |