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/filename.html | 2 +- doc/fl_ask.html | 14 ++-- doc/fl_bitmap.html | 37 +++++++++- doc/fl_bmp_image.html | 2 +- doc/fl_copy_surface.html | 3 +- doc/fl_gif_image.html | 2 +- doc/fl_graphics_driver.html | 48 +++++++++++- doc/fl_help_dialog.html | 14 +++- doc/fl_image.html | 147 +++++++++++++++++++++++++++++++------ doc/fl_image_surface.html | 3 +- doc/fl_jpeg_image.html | 2 +- doc/fl_label.html | 11 ++- doc/fl_menu_item.html | 104 ++++++++++++++++++++++++-- doc/fl_paged_device.html | 21 ++++++ doc/fl_pixmap.html | 47 +++++++++++- doc/fl_png_image.html | 2 +- doc/fl_pnm_image.html | 2 +- doc/fl_preferences.html | 54 +++++++++++--- doc/fl_rgb_image.html | 59 +++++++++++---- doc/fl_shared_image.html | 173 +++++++++++++++++++++++++++++++++++++++++--- doc/fl_text_buffer.html | 97 ++++++++++++++++++++++--- doc/fl_tiled_image.html | 30 +++++++- doc/fl_xbm_image.html | 2 +- doc/fl_xpm_image.html | 2 +- 24 files changed, 766 insertions(+), 112 deletions(-) (limited to 'doc') diff --git a/doc/filename.html b/doc/filename.html index a922359..8759679 100644 --- a/doc/filename.html +++ b/doc/filename.html @@ -68,7 +68,7 @@ - + - + - + - + - + - + - + @@ -159,7 +159,7 @@ procedure Alert - + 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 @@
Attributes
Static Attributes
diff --git a/doc/fl_ask.html b/doc/fl_ask.html
index 857f5f5..6d72892 100644
--- a/doc/fl_ask.html
+++ b/doc/fl_ask.html
@@ -37,32 +37,32 @@
   
 int Confirm_Result
 int Choice_Result
 int Extended_Choice_Result
 double RGB_Float
 uchar RGB_Int
 void(*cb)(const char *) File_Chooser_Callback
 int fl_ask(const char *fmt,...);
 
DeprecatedDeprecated.
- + + + + + + + + + + + + +
Functions and Procedures
Attributes
+int alloc_array;
+
 
+const uchar * array;
+
 
+ + + + + +
Constructors
@@ -62,6 +83,13 @@ function Create
 
+ + + + + + - + - + diff --git a/doc/fl_bmp_image.html b/doc/fl_bmp_image.html index 95a04df..d1984d6 100644 --- a/doc/fl_bmp_image.html +++ b/doc/fl_bmp_image.html @@ -46,7 +46,7 @@
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.
- +
Functions and Procedures
Constructors
diff --git a/doc/fl_copy_surface.html b/doc/fl_copy_surface.html
index 412f58d..8dee54e 100644
--- a/doc/fl_copy_surface.html
+++ b/doc/fl_copy_surface.html
@@ -101,7 +101,8 @@ procedure Draw_Widget
 
   
-void draw_decorated_window(Fl_Window *win, int delta_x=0, int delta_y=0);
+void draw_decorated_window(Fl_Window *win, int delta_x=0,
+    int delta_y=0);
 
 procedure Draw_Decorated_Window
diff --git a/doc/fl_gif_image.html b/doc/fl_gif_image.html
index 0731bb2..1a8a070 100644
--- a/doc/fl_gif_image.html
+++ b/doc/fl_gif_image.html
@@ -46,7 +46,7 @@
 
 
 
-  
+  
Functions and Procedures
Constructors
diff --git a/doc/fl_graphics_driver.html b/doc/fl_graphics_driver.html
index 1fa72bb..b0a435e 100644
--- a/doc/fl_graphics_driver.html
+++ b/doc/fl_graphics_driver.html
@@ -51,20 +51,55 @@
 
 
 
-  
+  
+
+  
+
+
+  
+
+
Functions and Procedures
Static Attributes
+static const char * class_id = "Fl_Graphics_Driver";
+
Deprecated, use runtime tag checks instead.
+ + + + + + + + + + + +
Protected Attributes
+matrix * fl_matrix;
+
 
+ + + + + - + +
Constructors
 Fl_Graphics_Driver();
 
TBA 
+ + + + + + - + @@ -194,6 +229,13 @@ function Get_Width
Functions and Procedures
 virtual const char * class_name();
 
Use runtime tag checks insteadDeprecated, use runtime tag checks instead
+ + + + +
Protected Functions and Procedures
+ + diff --git a/doc/fl_help_dialog.html b/doc/fl_help_dialog.html index 09ed04f..43c0f9c 100644 --- a/doc/fl_help_dialog.html +++ b/doc/fl_help_dialog.html @@ -46,7 +46,7 @@ - + + + + + +
Functions and Procedures
Constructors
@@ -55,13 +55,25 @@ Fl_Help_Dialog();
 
 function Create
     return Help_Dialog;
+
Create a Fl_Help_Dialog and then resize manually.
 function Create
        (X, Y, W, H : in Integer)
     return Help_Dialog;
 
+ + + + + + - + @@ -78,26 +78,27 @@
Functions and Procedures
 int h();
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
- + - + + + + + +
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.
+ + diff --git a/doc/fl_image_surface.html b/doc/fl_image_surface.html index 2a47652..46f6575 100644 --- a/doc/fl_image_surface.html +++ b/doc/fl_image_surface.html @@ -102,7 +102,8 @@ procedure Draw_Widget
-void draw_decorated_window(Fl_Window *win, int delta_x=0, int delta_y=0);
+void draw_decorated_window(Fl_Window *win, int delta_x=0,
+    int delta_y=0);
 
 procedure Draw_Decorated_Window
diff --git a/doc/fl_jpeg_image.html b/doc/fl_jpeg_image.html
index 506bd62..9ca77b4 100644
--- a/doc/fl_jpeg_image.html
+++ b/doc/fl_jpeg_image.html
@@ -46,7 +46,7 @@
 
 
 
-  
+  
Functions and Procedures
Constructors
diff --git a/doc/fl_label.html b/doc/fl_label.html
index ec078c3..dbdfeae 100644
--- a/doc/fl_label.html
+++ b/doc/fl_label.html
@@ -46,10 +46,10 @@
 
 
 
-  
+  
-
+
 
+
Functions and Procedures
Constructors
 Initialize manually as per any other struct.
 function Create
        (Value    : in     String;
@@ -64,6 +64,13 @@ function Create
 
+ + + + + +
Functions and Procedures
 Fl_Align align_;
diff --git a/doc/fl_menu_item.html b/doc/fl_menu_item.html
index b01c4e6..e64aec7 100644
--- a/doc/fl_menu_item.html
+++ b/doc/fl_menu_item.html
@@ -46,10 +46,80 @@
 
 
 
-  
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
-
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+
Functions and Procedures
Attributes
+Fl_Callback * callback_;
+
Intentionally left unbound.
+int flags;
+
Intentionally left unbound.
+Fl_Color labelcolor_;
+
Intentionally left unbound.
+Fl_Font labelfont_;
+
Intentionally left unbound.
+Fl_Fontsize labelsize_;
+
Intentionally left unbound.
N/A due to being a struct, not a class
+uchar labeltype_;
+
Intentionally left unbound.
+int shortcut_;
+
Intentionally left unbound.
+const char * text;
+
Intentionally left unbound.
+void * user_data_;
+
Intentionally left unbound.
+ + + + + + + + +
Constructors
Initialize manually as per any other struct.
 function Create
        (Text        : in String;
@@ -60,6 +130,13 @@ function Create
 
+ + + + + + @@ -134,8 +213,11 @@ function Get_Callback @@ -221,6 +307,7 @@ const Fl_Menu_Item * find_shortcut(int *ip=0, const bool require_alt=false) cons @@ -257,6 +344,7 @@ procedure Hide @@ -264,7 +352,8 @@ void image(Fl_Image &a); @@ -396,6 +485,7 @@ int measure(int *h, const Fl_Menu_ *) const; diff --git a/doc/fl_paged_device.html b/doc/fl_paged_device.html index 79dc467..da9ecb1 100644 --- a/doc/fl_paged_device.html +++ b/doc/fl_paged_device.html @@ -100,6 +100,27 @@ Page_Formats : constant Page_Format_Info_Array (A0 .. Envelope); +
Functions and Procedures
 void activate();
@@ -94,14 +171,16 @@ function Is_Active_And_Visible
 
   
-int add(const char *, int shortcut, Fl_Callback *, void *=0, int=0);
+int add(const char *, int shortcut, Fl_Callback *,
+    void *=0, int=0);
 
See Add procedure in FLTK.Widgets.Menus
-int add(const char *a, const char *b, Fl_Callback *c, void *d=0, int e=0);
+int add(const char *a, const char *b, Fl_Callback *c,
+    void *d=0, int e=0);
 
 
 void callback(Fl_Callback *c, void *p);
+
 void callback(Fl_Callback *c);
+
 void callback(Fl_Callback0 *c);
+
 void callback(Fl_Callback1 *c, long p=0);
 
@@ -194,7 +276,9 @@ procedure Deactivate
   
 void do_callback(Fl_Widget *o) const;
+
 void do_callback(Fl_Widget *o, void *arg) const;
+
 void do_callback(Fl_Widget *o, long arg) const;
 
@@ -206,14 +290,16 @@ procedure Do_Callback
 
   
-void draw(int x, int y, int w, int h, const Fl_Menu_ *, int t=0) const;
+void draw(int x, int y, int w, int h, const Fl_Menu_ *,
+    int t=0) const;
 
See Draw_Item procedure in FLTK.Widgets.Menus
-const Fl_Menu_Item * find_shortcut(int *ip=0, const bool require_alt=false) const;
+const Fl_Menu_Item * find_shortcut(int *ip=0,
+    const bool require_alt=false) const;
 
 
 const Fl_Menu_Item * first() const;
+
 Fl_Menu_Item * first();
 
Use FLTK.Widgets.Menus iterators instead
 void image(Fl_Image *a);
+
 void image(Fl_Image &a);
 
 
-int insert(int, const char *, int, Fl_Callback *, void *=0, int=0);
+int insert(int, const char *, int, Fl_Callback *,
+    void *=0, int=0);
 
See Insert procedure in FLTK.Widgets.Menus
 const Fl_Menu_Item * next(int=1) const;
+
 Fl_Menu_Item * next(int i=1);
 
Use FLTK.Widgets.Menus iterators instead
+ + + + + + + + + + + + +
Protected Attributes
+int x_offset;
+
Intentionally left unbound.
+int y_offset;
+
Intentionally left unbound.
+ + + 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 @@
Constructors
- + + + + + + + +
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.
+ + diff --git a/doc/fl_png_image.html b/doc/fl_png_image.html index 3787fab..45ee57d 100644 --- a/doc/fl_png_image.html +++ b/doc/fl_png_image.html @@ -46,7 +46,7 @@ - +
Functions and Procedures
Constructors
diff --git a/doc/fl_pnm_image.html b/doc/fl_pnm_image.html
index d71dcd7..fccbe91 100644
--- a/doc/fl_pnm_image.html
+++ b/doc/fl_pnm_image.html
@@ -46,7 +46,7 @@
 
 
 
-  
+  
-    
+    
 
@@ -79,7 +79,7 @@
   
-    
+    
 
@@ -88,23 +88,20 @@
 
 
 
Functions and Procedures
Constructors
diff --git a/doc/fl_preferences.html b/doc/fl_preferences.html
index 515bb0d..aece3c6 100644
--- a/doc/fl_preferences.html
+++ b/doc/fl_preferences.html
@@ -42,7 +42,7 @@
   
 Fl_Preferences Pref_Group
Errors
 char Preference_Error
- + - + - +
Static Functions and Procedures
Protected Attributes
-static const char * newUUID();
-
-function New_UUID
-    return String;
+Node * node;
 
Intentionally left unbound.
-static char remove(ID id_);
+RootNode * rootNode;
 
 Intentionally left unbound.
@@ -112,7 +109,7 @@ static char remove(ID id_); - + +
Functions and Procedures
Constructors
@@ -141,6 +138,7 @@ function From_Filesystem
   
 Fl_Preferences(Fl_Preferences &parent, const char *group);
+
 Fl_Preferences(Fl_Preferences *parent, const char *group);
 
@@ -158,6 +156,7 @@ function In_Memory
   
 Fl_Preferences(Fl_Preferences &parent, int groupIndex);
+
 Fl_Preferences(Fl_Preferences *parent, int groupIndex);
 
@@ -179,6 +178,37 @@ function Root
 
+ + + + + + + + + + + + + + + + +
Static Functions and Procedures
+static const char * newUUID();
+
+function New_UUID
+    return String;
+
+static char remove(ID id_);
+
Intentionally left unbound.
+ + + + + + - + 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 @@
Functions and Procedures
 char clear();
@@ -457,7 +487,7 @@ function Number_Of_Groups
 
 ID id();
 
 Intentionally left unbound.
- + - + - +
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;
+
+ + + + + + - + - + diff --git a/doc/fl_shared_image.html b/doc/fl_shared_image.html index 17885a5..1f8ae25 100644 --- a/doc/fl_shared_image.html +++ b/doc/fl_shared_image.html @@ -41,30 +41,121 @@ + + + + +
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.
Shared_Image_Reference
Fl_Shared_Handler 
- + - + + + + + + + + + + + + + + + + + + + + + + + +
Static Functions and Procedures
Static Protected Attributes
-static void add_handler(Fl_Shared_Handler f);
+static int alloc_handlers_ = 0;
 
Documentation lacking, claims to be a test function yet used for adding extra formats?Intentionally left unbound.
-static Fl_Shared_Image * find(const char *name, int W=0, int H=0);
+static int alloc_images_ = 0;
 
Intentionally left unbound.
-function Find
-       (Name : in String;
-        W, H : in Integer := 0)
-    return Shared_Image;
+static Fl_Shared_Handler * handlers_ = 0;
+
Intentionally left unbound.
+static Fl_Shared_Image ** images_ = 0;
+
Intentionally left unbound.
+static int num_handlers_ = 0;
+
Intentionally left unbound.
+static int num_images_ = 0;
+
Intentionally left unbound.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Protected Attributes
+int alloc_image_;
 
Intentionally left unbound.
+Fl_Image * image_;
+
Intentionally left unbound.
+const char * name_;
+
Intentionally left unbound.
+int original_;
+
Intentionally left unbound.
+int refcount_;
+
Intentionally left unbound.
+ + + + + + + + + + + + + + @@ -97,6 +188,32 @@ static Fl_Shared_Image ** images(); +
Constructors
+Fl_Shared_Image();
+
Intentionally left unbound.
+Fl_Shared_Image(const char *n, Fl_Image *img=0);
+
Intentionally left unbound.
 
+ + + + + + + + + + + + + + + + - + @@ -276,6 +394,41 @@ procedure Uncache
Static Functions and Procedures
+static void add_handler(Fl_Shared_Handler f);
+
Documentation lacking, claims to be a test function yet used for adding extra formats?
+static Fl_Shared_Image * find(const char *name, int W=0, int H=0);
+
+function Find
+       (Name : in String;
+        W, H : in Integer := 0)
+    return Shared_Image;
+
 static int num_images();
@@ -178,7 +295,8 @@ procedure Desaturate
 
   
-virtual void draw(int X, int Y, int W, int H, int cx, int cy);
+virtual void draw(int X, int Y, int W, int H,
+    int cx, int cy);
 
 procedure Draw
@@ -236,7 +354,7 @@ function Reference_Count
 
 void release();
 
Used as destructor, handled automatically with Finalize procedure using Limited_Controlled typesUsed as destructor, handled automatically.
+ + + + + + + + + +
Static Protected Functions and Procedures
+static int compare(Fl_Shared_Image **i0, Fl_Shared_Image **i1);
+
 
+ + + + + + + + + + + + + + + + +
Protected Functions and Procedures
+void add();
+
Intentionally left unbound.
+void update();
+
Intentionally left unbound.
+ + diff --git a/doc/fl_text_buffer.html b/doc/fl_text_buffer.html index 52b1349..5da799c 100644 --- a/doc/fl_text_buffer.html +++ b/doc/fl_text_buffer.html @@ -71,7 +71,55 @@ - + + + + + + + +
Functions and Procedures
Static Attributes
+static const char * file_encoding_warning_message;
+
 
+ + + + + + + + + + + + + + + + +
Attributes
+int input_file_was_transcoded;
+
 
+void (*transcoding_warning_action)(Fl_Text_Buffer *);
+
 
+ + + + + + + + + + +
Protected Attributes
+Too many to list. None that look suited for public API usage. +
+ + + + + +
Constructors
@@ -85,9 +133,17 @@ function Create
 
+ + + + + +
Functions and Procedures
-void add_modify_callback(Fl_Text_Modify_Cb bufModifiedCB, void *cbArg);
+void add_modify_callback(Fl_Text_Modify_Cb bufModifiedCB,
+    void *cbArg);
 
 procedure Add_Modify_Callback
@@ -98,7 +154,8 @@ procedure Add_Modify_Callback
 
   
-void add_predelete_callback(Fl_Text_Predelete_Cb bufPredelCB, void *cbArg);
+void add_predelete_callback(Fl_Text_Predelete_Cb bufPredelCB,
+    void *cbArg);
 
 procedure Add_Predelete_Callback
@@ -217,7 +274,8 @@ function Character_At
 
   
-void copy(Fl_Text_Buffer *fromBuf, int fromStart, int fromEnd, int toPos);
+void copy(Fl_Text_Buffer *fromBuf, int fromStart,
+    int fromEnd, int toPos);
 
 procedure Copy
@@ -230,7 +288,8 @@ procedure Copy
 
   
-int count_displayed_characters(int lineStartPos, int targetPos) const;
+int count_displayed_characters(int lineStartPos,
+    int targetPos) const;
 
 function Count_Displayed_Characters
@@ -254,7 +313,8 @@ function Count_Lines
 
   
-int findchar_backward(int startPos, unsigned int searchChar, int *foundPos) const;
+int findchar_backward(int startPos, unsigned int searchChar,
+    int *foundPos) const;
 
 function Findchar_Backward
@@ -268,7 +328,8 @@ function Findchar_Backward
 
   
-int findchar_forward(int startPos, unsigned searchChar, int *foundPos) const;
+int findchar_forward(int startPos, unsigned searchChar,
+    int *foundPos) const;
 
 function Findchar_Forward
@@ -437,7 +498,8 @@ int next_char_clipped(int ix) const;
 
   
-int outputfile(const char *file, int start, int end, int buflen=128*1024);
+int outputfile(const char *file, int start, int end,
+    int buflen=128*1024);
 
 procedure Output_File
@@ -494,7 +556,8 @@ procedure Remove_Text
 
   
-void remove_modify_callback(Fl_Text_Modify_Cb bufModifiedCB, void *cbArg);
+void remove_modify_callback(Fl_Text_Modify_Cb bufModifiedCB,
+    void *cbArg);
 
 procedure Remove_Modify_Callback
@@ -505,7 +568,8 @@ procedure Remove_Modify_Callback
 
   
-void remove_predelete_callback(Fl_Text_Predelete_Cb predelCB, void *cbArg);
+void remove_predelete_callback(Fl_Text_Predelete_Cb predelCB,
+    void *cbArg);
 
 procedure Remove_Predelete_Callback
@@ -595,7 +659,8 @@ procedure Save_File
 
   
-int search_backward(int startPos, const char *searchString, int *foundPos, int matchCase=0) const;
+int search_backward(int startPos, const char *searchString,
+    int *foundPos, int matchCase=0) const;
 
 function Search_Backward
@@ -610,7 +675,8 @@ function Search_Backward
 
   
-int search_forward(int startPos, const char *searchString, int *foundPos, int matchCase=0) const;
+int search_forward(int startPos, const char *searchString,
+    int *foundPos, int matchCase=0) const;
 
 function Search_Forward
@@ -878,6 +944,13 @@ function Word_Start
 
+ + + + +
Protected Functions and Procedures
+ + diff --git a/doc/fl_tiled_image.html b/doc/fl_tiled_image.html index 68dd848..39292b1 100644 --- a/doc/fl_tiled_image.html +++ b/doc/fl_tiled_image.html @@ -46,7 +46,28 @@ - + + + + + + + + + + + + +
Functions and Procedures
Protected Attributes
+int alloc_image_;
+
Intentionally left unbound.
+Fl_Image * image_;
+
Intentionally left unbound.
+ + + + + +
Constructors
@@ -60,6 +81,13 @@ function Create
 
+ + + + + +
Functions and Procedures
 virtual void color_average(Fl_Color c, float i);
diff --git a/doc/fl_xbm_image.html b/doc/fl_xbm_image.html
index ae56def..406f4a9 100644
--- a/doc/fl_xbm_image.html
+++ b/doc/fl_xbm_image.html
@@ -46,7 +46,7 @@
 
 
 
-  
+  
Functions and Procedures
Constructors
diff --git a/doc/fl_xpm_image.html b/doc/fl_xpm_image.html
index c8a8e38..827fa89 100644
--- a/doc/fl_xpm_image.html
+++ b/doc/fl_xpm_image.html
@@ -46,7 +46,7 @@
 
 
 
-  
+  
Functions and Procedures
Constructors
-- 
cgit