diff options
Diffstat (limited to 'doc/fl_pixmap.html')
-rw-r--r-- | doc/fl_pixmap.html | 47 |
1 files changed, 43 insertions, 4 deletions
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 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Attributes</th></tr> + + <tr> +<td><pre> +int alloc_data; +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> Fl_Pixmap(char *const *D); + Fl_Pixmap(uchar *const *D); + Fl_Pixmap(const char *const *D); + Fl_Pixmap(const uchar *const *D); </pre></td> <td> </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); @@ -105,7 +129,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 @@ -130,14 +155,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> @@ -153,6 +178,20 @@ procedure Uncache </table> + +<table class="function"> + <tr><th colspan="2">Protected Functions and Procedures</th></tr> + + <tr> +<td><pre> +void measure(); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + +</table> + + </body> </html> |