diff options
Diffstat (limited to 'doc/fl_rgb_image.html')
-rw-r--r-- | doc/fl_rgb_image.html | 59 |
1 files changed, 44 insertions, 15 deletions
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 @@ <table class="function"> - <tr><th colspan="2">Static Functions and Procedures</th></tr> + <tr><th colspan="2">Attributes</th></tr> <tr> <td><pre> -static void max_size(size_t size); -</pre></td> -<td><pre> -procedure Set_Max_Size - (Value : in Natural); +int alloc_array; </pre></td> +<td>Intentionally left unbound.</td> </tr> <tr> <td><pre> -static size_t max_size(); -</pre></td> -<td><pre> -function Get_Max_Size - return Natural; +const uchar * array; </pre></td> +<td>Intentionally left unbound.</td> </tr> </table> @@ -73,7 +67,7 @@ function Get_Max_Size <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -101,6 +95,40 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Static Functions and Procedures</th></tr> + + <tr> +<td><pre> +static void max_size(size_t size); +</pre></td> +<td><pre> +procedure Set_Max_Size + (Value : in Natural); +</pre></td> + </tr> + + <tr> +<td><pre> +static size_t max_size(); +</pre></td> +<td><pre> +function Get_Max_Size + return Natural; +</pre></td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> virtual void color_average(Fl_Color c, float i); @@ -148,7 +176,8 @@ procedure Desaturate <tr> <td><pre> -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); </pre></td> <td><pre> procedure Draw @@ -173,14 +202,14 @@ procedure Draw <td><pre> virtual void label(Fl_Widget *w); </pre></td> -<td>Not applicable as the original is marked as obsolete</td> +<td>Marked as obsolete.</td> </tr> <tr> <td><pre> virtual void label(Fl_Menu_Item *m); </pre></td> -<td>Not applicable as the original is marked as obsolete</td> +<td>Marked as obsolete.</td> </tr> <tr> |