diff options
Diffstat (limited to 'doc/fl_bitmap.html')
-rw-r--r-- | doc/fl_bitmap.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/fl_bitmap.html b/doc/fl_bitmap.html index 54f2ae1..57d8a2a 100644 --- a/doc/fl_bitmap.html +++ b/doc/fl_bitmap.html @@ -52,15 +52,15 @@ <tr> <td><pre> Fl_Bitmap(const uchar *bits, int W, int H); -</pre></td> -<td> </td> - </tr> - <tr> -<td><pre> Fl_Bitmap(const char *bits, int W, int H); </pre></td> -<td> </td> +<td><pre> +function Create + (Data : in Color_Component_Array; + Width, Height : in Natural) + return Bitmap; +</pre></td> </tr> <tr> @@ -113,21 +113,24 @@ procedure Draw <td><pre> virtual void label(Fl_Widget *w); </pre></td> -<td> </td> +<td>Not applicable as the original is marked as obsolete</td> </tr> <tr> <td><pre> virtual void label(Fl_Menu_Item *m); </pre></td> -<td> </td> +<td>Not applicable as the original is marked as obsolete</td> </tr> <tr> <td><pre> virtual void uncache(); </pre></td> -<td> </td> +<td><pre> +procedure Uncache + (This : in out Bitmap); +</pre></td> </tr> </table> |