#include <rawpixbuf.h>
Inheritance diagram for VDKPixbuf:

| VDKPixbuf::VDKPixbuf | ( | VDKObject * | owner, | |
| const char * | pixfile | |||
| ) |
Constructor
| owner | ||
| pixfile | (type of file will be autodetected) |
| VDKPixbuf::VDKPixbuf | ( | VDKObject * | owner, | |
| const char ** | pixdata | |||
| ) |
Constructor
| owner | ||
| pixdata | must be a pixmap hard-coded data |
| VDKPixbuf::~VDKPixbuf | ( | ) | [virtual] |
Destructor
| GdkPixbuf* VDKPixbuf::AsGdkPixbuf | ( | ) | [inline] |
GdkPixmap* conversion
| int VDKPixbuf::Width | ( | ) | [inline] |
Return pixbuf width in pixel
| int VDKPixbuf::Height | ( | ) | [inline] |
Return pixbuf height in pixel
1.5.1