summaryrefslogtreecommitdiff
path: root/doc/fl_scroll.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-21 00:53:56 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-21 00:53:56 +1300
commitf9e453e3d456514066e8ecbed9fbac93a588a0d0 (patch)
tree06587afde830fb324d5ab7372f0f1686c4fd993a /doc/fl_scroll.html
parent67a43ef89ba41ac32b86cda7396c16fffaf691b3 (diff)
Using the type method is now more consistent
Diffstat (limited to 'doc/fl_scroll.html')
-rw-r--r--doc/fl_scroll.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/fl_scroll.html b/doc/fl_scroll.html
index f264792..35856ba 100644
--- a/doc/fl_scroll.html
+++ b/doc/fl_scroll.html
@@ -198,9 +198,18 @@ function Get_Scroll_Y
</tr>
<tr>
-<td>&nbsp;</td>
+<td>See type method in Fl_Widget.</td>
+<td><pre>
+function Get_Kind
+ (This : in Scroll)
+ return Scroll_Kind;
+</pre></td>
+ </tr>
+
+ <tr>
+<td>See type method in Fl_Widget.</td>
<td><pre>
-procedure Set_Type
+procedure Set_Kind
(This : in out Scroll;
Mode : in Scroll_Kind);
</pre></td>