Provides a raw pixmap.
More...
#include <rawpixmap.h>
VDKRawPixmap::VDKRawPixmap |
( |
VDKObject * |
owner, |
|
|
char * |
pixfile |
|
) |
| |
VDKRawPixmap::VDKRawPixmap |
( |
VDKObject * |
owner, |
|
|
char ** |
pixdata |
|
) |
| |
VDKRawPixmap::~VDKRawPixmap |
( |
| ) |
|
|
virtual |
int VDKRawPixmap::Height |
( |
| ) |
|
|
inline |
Return pixmap height in pixel
GdkBitmap* VDKRawPixmap::Mask |
( |
| ) |
|
|
inline |
VDKRawPixmap::operator GdkPixmap * |
( |
| ) |
|
|
inline |
void VDKRawPixmap::Paint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
Paints the pixmap on owner
- Parameters
-
x | x coordinate |
y | y coordinate |
- Tip
- Leaving x and y to 0 value will paint pixmap on the last position
GtkStyle* VDKRawPixmap::Style |
( |
| ) |
|
|
inline |
int VDKRawPixmap::Width |
( |
| ) |
|
|
inline |
Return pixmap width in pixel
The documentation for this class was generated from the following files: