diff options
Diffstat (limited to 'doc/fl_bitmap.html')
-rw-r--r-- | doc/fl_bitmap.html | 37 |
1 files changed, 33 insertions, 4 deletions
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 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Attributes</th></tr> + + <tr> +<td><pre> +int alloc_array; +</pre></td> +<td> </td> + </tr> + + <tr> +<td><pre> +const uchar * array; +</pre></td> +<td> </td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -62,6 +83,13 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> virtual Fl_Image * copy(int W, int H); @@ -87,7 +115,8 @@ function Copy <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 @@ -112,14 +141,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> |