From f18ea4474bb4905a00e0b39e7205c177ee994196 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 20 Feb 2024 18:04:23 +1300 Subject: Improved binding for the FLTK.Images package subtree --- doc/fl_bitmap.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'doc/fl_bitmap.html') diff --git a/doc/fl_bitmap.html b/doc/fl_bitmap.html index 54f2ae1..57d8a2a 100644 --- a/doc/fl_bitmap.html +++ b/doc/fl_bitmap.html @@ -52,15 +52,15 @@
 Fl_Bitmap(const uchar *bits, int W, int H);
-
-  - - -
 Fl_Bitmap(const char *bits, int W, int H);
 
-  +
+function Create
+       (Data          : in Color_Component_Array;
+        Width, Height : in Natural)
+    return Bitmap;
+
@@ -113,21 +113,24 @@ procedure Draw
 virtual void label(Fl_Widget *w);
 
-  +Not applicable as the original is marked as obsolete
 virtual void label(Fl_Menu_Item *m);
 
-  +Not applicable as the original is marked as obsolete
 virtual void uncache();
 
-  +
+procedure Uncache
+       (This : in out Bitmap);
+
-- cgit