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_tile.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'doc/fl_tile.html') diff --git a/doc/fl_tile.html b/doc/fl_tile.html index 191492a..675a3a6 100644 --- a/doc/fl_tile.html +++ b/doc/fl_tile.html @@ -46,7 +46,7 @@ - + - - - - +
Functions and Procedures
Constructors
@@ -60,13 +60,12 @@ function Create
 
 
-procedure Draw
-       (This : in out Tiled_Group);
-
+ + + + + - +
Functions and Procedures
@@ -96,7 +95,11 @@ procedure Position
 
 void resize(int X, int Y, int W, int H);
 
 
+procedure Resize
+       (This       : in out Tiled_Group;
+        X, Y, W, H : in     Integer);
+
-- cgit