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_rgb_image.html | 59 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 44 insertions(+), 15 deletions(-) (limited to 'doc/fl_rgb_image.html') diff --git a/doc/fl_rgb_image.html b/doc/fl_rgb_image.html index 70a46d8..1e115d5 100644 --- a/doc/fl_rgb_image.html +++ b/doc/fl_rgb_image.html @@ -46,26 +46,20 @@ - + - + - +
Static Functions and Procedures
Attributes
-static void max_size(size_t size);
-
-procedure Set_Max_Size
-       (Value : in Natural);
+int alloc_array;
 
Intentionally left unbound.
-static size_t max_size();
-
-function Get_Max_Size
-    return Natural;
+const uchar * array;
 
Intentionally left unbound.
@@ -73,7 +67,7 @@ function Get_Max_Size - + +
Functions and Procedures
Constructors
@@ -101,6 +95,40 @@ function Create
 
+ + + + + + + + + + + + + + + + +
Static Functions and Procedures
+static void max_size(size_t size);
+
+procedure Set_Max_Size
+       (Value : in Natural);
+
+static size_t max_size();
+
+function Get_Max_Size
+    return Natural;
+
+ + + + + + - + - + -- cgit
Functions and Procedures
 virtual void color_average(Fl_Color c, float i);
@@ -148,7 +176,8 @@ procedure Desaturate
 
   
-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
@@ -173,14 +202,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.