#include <rawpixmap.h>
Inheritance diagram for VDKRawPixmap:
VDKRawPixmap::VDKRawPixmap | ( | VDKObject * | owner, | |
char * | pixfile | |||
) |
Constructor
owner | ||
fixfile |
VDKRawPixmap::VDKRawPixmap | ( | VDKObject * | owner, | |
char ** | pixdata | |||
) |
Constructor
owner | ||
fixdata |
VDKRawPixmap::~VDKRawPixmap | ( | ) | [virtual] |
Destructor
VDKRawPixmap::operator GdkPixmap * | ( | ) | [inline] |
GdkPixmap* conversion
GdkBitmap* VDKRawPixmap::Mask | ( | ) | [inline] |
Returns pixmap mask
GtkStyle* VDKRawPixmap::Style | ( | ) | [inline] |
Returns pixmap style
void VDKRawPixmap::Paint | ( | int | x, | |
int | y | |||
) |
Paints the pixmap on owner
x | x coordinate | |
y | y coordinate |
int VDKRawPixmap::Width | ( | ) | [inline] |
Return pixmap width in pixel
int VDKRawPixmap::Height | ( | ) | [inline] |
Return pixmap height in pixel