summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/fl_scroll.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/fl_scroll.html b/doc/fl_scroll.html
index 697fc9b..aa2b5f8 100644
--- a/doc/fl_scroll.html
+++ b/doc/fl_scroll.html
@@ -57,14 +57,22 @@
<td><pre>
Fl_Scrollbar hscrollbar;
</pre></td>
-<td>&nbsp;</td>
+<td><pre>
+function H_Bar
+ (This : in out Scroll)
+ return Valuators.Sliders.Scrollbars.Scrollbar_Reference;
+</pre></td>
</tr>
<tr>
<td><pre>
Fl_Scrollbar scrollbar;
</pre></td>
-<td>&nbsp;</td>
+<td><pre>
+function V_Bar
+ (This : in out Scroll)
+ return Valuators.Sliders.Scrollbars.Scrollbar_Reference;
+</pre></td>
</tr>
</table>