From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 01:14:58 +1300 Subject: Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there --- doc/fl_browser.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/fl_browser.html') diff --git a/doc/fl_browser.html b/doc/fl_browser.html index f06f1e9..0b0a290 100644 --- a/doc/fl_browser.html +++ b/doc/fl_browser.html @@ -428,7 +428,11 @@ function Number_Of_Lines
 void size(int W, int H);
 
-Falls through to Fl_Widget::size(int, int) anyway so binding unnecessary. +
+procedure Resize
+       (This : in out Textline_Browser;
+        W, H : in     Integer);
+
-- cgit