summaryrefslogtreecommitdiff
path: root/doc/fl_clock.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_clock.html')
-rw-r--r--doc/fl_clock.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/fl_clock.html b/doc/fl_clock.html
index c648133..311f993 100644
--- a/doc/fl_clock.html
+++ b/doc/fl_clock.html
@@ -60,6 +60,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 FLTK.Widgets.Groups.Group'Class;
+ X, Y, W, H : in Integer;
+ Text : in String := "")
+ return Updated_Clock;
+</pre></td>
+ </tr>
+
+ <tr>
<td><pre>
Fl_Clock(uchar t, int X, int Y, int W, int H, const char *L);
</pre></td>
@@ -72,6 +84,19 @@ 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;
+ Kind : in Box_Kind;
+ X, Y, W, H : in Integer;
+ Text : in String := "")
+ return Updated_Clock;
+</pre></td>
+ </tr>
+
</table>