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_pixmap.html | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) (limited to 'doc/fl_pixmap.html') diff --git a/doc/fl_pixmap.html b/doc/fl_pixmap.html index 6f5c6e8..60fec01 100644 --- a/doc/fl_pixmap.html +++ b/doc/fl_pixmap.html @@ -46,18 +46,42 @@ - + + + + + + + +
Functions and Procedures
Attributes
+int alloc_data;
+
Intentionally left unbound.
+ + + + + +
Constructors
 Fl_Pixmap(char *const *D);
+
 Fl_Pixmap(uchar *const *D);
+
 Fl_Pixmap(const char *const *D);
+
 Fl_Pixmap(const uchar *const *D);
 
 
+ + + + + + - + - + @@ -153,6 +178,20 @@ procedure Uncache
Functions and Procedures
 virtual void color_average(Fl_Color c, float i);
@@ -105,7 +129,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
@@ -130,14 +155,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.
+ + + + + + + + + +
Protected Functions and Procedures
+void measure();
+
Intentionally left unbound.
+ + -- cgit