From befe66a0a98a58e0bdb31bb8c2db4a975a744072 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 4 Feb 2025 18:51:17 +1300 Subject: Filled holes in Fl_Scroll binding --- doc/fl_scroll.html | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/fl_scroll.html b/doc/fl_scroll.html index 35856ba..c55dba5 100644 --- a/doc/fl_scroll.html +++ b/doc/fl_scroll.html @@ -46,6 +46,26 @@ Scroll_Kind + + Fl_Region_LRTB + Region + + + + Fl_Region_XYWH + Region + + + + Fl_Scrollbar_Data + Scrollbar_Data + + + + ScrollInfo + Scroll_Info + + @@ -139,7 +159,11 @@ function Handle
 void resize(int X, int Y, int W, int H);
 
-  +
+procedure Resize
+       (This       : in out Scroll;
+        X, Y, W, H : in     Integer);
+
@@ -226,7 +250,11 @@ procedure Set_Kind
 void bbox(int &, int &, int &, int &);
 
-  +
+procedure Bounding_Box
+       (This       : in     Scroll;
+        X, Y, W, H :    out Integer);
+
@@ -243,7 +271,11 @@ procedure Draw
 void recalc_scrollbars(Scrollinfo &si);
 
-  +
+procedure Recalculate_Scrollbars
+       (This : in     Scroll;
+        Data :    out Scroll_Info);
+
-- cgit