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_pixmap.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/fl_pixmap.html') diff --git a/doc/fl_pixmap.html b/doc/fl_pixmap.html index 50c8cb8..81d3cc5 100644 --- a/doc/fl_pixmap.html +++ b/doc/fl_pixmap.html @@ -131,21 +131,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 Pixmap);
+
-- cgit