From 36302e60475e3531d5034fd97cc87aabb9fbd588 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 13 Jan 2025 00:06:47 +1300 Subject: Documentation improvements --- doc/fl_bitmap.html | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'doc/fl_bitmap.html') diff --git a/doc/fl_bitmap.html b/doc/fl_bitmap.html index d69f8a8..2a8cc72 100644 --- a/doc/fl_bitmap.html +++ b/doc/fl_bitmap.html @@ -46,7 +46,28 @@ - + + + + + + + + + + + + +
Functions and Procedures
Attributes
+int alloc_array;
+
 
+const uchar * array;
+
 
+ + + + + +
Constructors
@@ -62,6 +83,13 @@ function Create
 
+ + + + + + - + - + -- cgit
Functions and Procedures
 virtual Fl_Image * copy(int W, int H);
@@ -87,7 +115,8 @@ function Copy
 
   
-virtual void draw(int X, int Y, int W, int H, int cx=0, int cy=0);
+virtual void draw(int X, int Y, int W, int H,
+    int cx=0, int cy=0);
 
 procedure Draw
@@ -112,14 +141,14 @@ procedure Draw
 
 virtual void label(Fl_Widget *w);
 
Not applicable as the original is marked as obsoleteMarked as obsolete.
 virtual void label(Fl_Menu_Item *m);
 
Not applicable as the original is marked as obsoleteMarked as obsolete.