Forms compatibility Bitmap Image Widget. More...
#include <Fl_FormsBitmap.H>
Public Member Functions | |
Fl_Bitmap * | bitmap () const |
Gets a the current associated Fl_Bitmap objects. | |
void | bitmap (Fl_Bitmap *B) |
Sets a new bitmap. | |
Fl_FormsBitmap (Fl_Boxtype, int, int, int, int, const char *=0) | |
Creates a bitmap widget from a box type, position, size and optional label specification. | |
void | set (int W, int H, const uchar *bits) |
Sets a new bitmap bits with size W,H. | |
Protected Member Functions | |
void | draw () |
Draws the bitmap and its associated box. |
Forms compatibility Bitmap Image Widget.
Fl_Bitmap* Fl_FormsBitmap::bitmap | ( | ) | const [inline] |
Gets a the current associated Fl_Bitmap objects.
void Fl_FormsBitmap::bitmap | ( | Fl_Bitmap * | B | ) | [inline] |
Sets a new bitmap.
void Fl_FormsBitmap::draw | ( | void | ) | [protected, virtual] |
Draws the bitmap and its associated box.
Implements Fl_Widget.
void Fl_FormsBitmap::set | ( | int | W, | |
int | H, | |||
const uchar * | bits | |||
) |
Sets a new bitmap bits with size W,H.
Deletes the previous one.