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_image.html | 147 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 123 insertions(+), 24 deletions(-) (limited to 'doc/fl_image.html') diff --git a/doc/fl_image.html b/doc/fl_image.html index 5078aaa..7550b5c 100644 --- a/doc/fl_image.html +++ b/doc/fl_image.html @@ -47,7 +47,7 @@ -   + float Blend @@ -78,26 +78,27 @@ - + - + + + + + +
Static Functions and Procedures
Static Attributes
-static void RGB_scaling(Fl_RGB_Scaling);
-
-procedure Set_Copy_Algorithm
-       (To : in Scaling_Kind);
+static const int ERR_FILE_ACCESS = -2;
 
 
-static Fl_RGB_Scaling RGB_scaling();
+static const int ERR_FORMAT = -3;
 
 
-function Get_Copy_Algorithm
-    return Scaling_Kind;
+static const int ERR_NO_IMAGE = -1;
 
 
@@ -105,7 +106,7 @@ function Get_Copy_Algorithm - + +
Functions and Procedures
Constructors
@@ -118,6 +119,40 @@ function Create
 
+ + + + + + + + + + + + + + + + +
Static Functions and Procedures
+static void RGB_scaling(Fl_RGB_Scaling);
+
+procedure Set_Copy_Algorithm
+       (To : in Scaling_Kind);
+
+static Fl_RGB_Scaling RGB_scaling();
+
+function Get_Copy_Algorithm
+    return Scaling_Kind;
+
+ + + + + + - - - - - - + - + @@ -363,6 +387,81 @@ function Get_W
Functions and Procedures
 virtual void color_average(Fl_Color c, float i);
@@ -273,17 +308,6 @@ procedure Draw
 
   
-void draw_empty(int X, int Y);
-
-procedure Draw_Empty
-       (This : in Image;
-        X, Y : in Integer);
-
 int fail();
 
@@ -318,14 +342,14 @@ procedure Inactive
 
 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.
+ + + + + + + + + + + + + + +
Static Protected Functions and Procedures
+static void labeltype(const Fl_Label *lo, int lx, int ly,
+    int lw, int lh, Fl_Align la);
+
Intentionally left unbound.
+static void measure(const Fl_Label *lo, int &lw, int &lh);
+
Intentionally left unbound.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Protected Functions and Procedures
+void d(int D);
+
Intentionally left unbound.
+void data(const char *const *p, int c);
+
Intentionally left unbound.
+void draw_empty(int X, int Y);
+
+procedure Draw_Empty
+       (This : in Image;
+        X, Y : in Integer);
+
+void h(int H);
+
Intentionally left unbound.
+void ld(int LD);
+
Intentionally left unbound.
+void w(int W);
+
Intentionally left unbound.
+ + -- cgit