|
vdk 2.4.0
|
Provides an image widget This widget should substitute VDKPixmap object that from now should be considered deprecated. More...
#include <image.h>
Provides an image widget This widget should substitute VDKPixmap object that from now should be considered deprecated.
| VDKImage::VDKImage | ( | VDKForm * | owner, |
| const char * | pixfile, | ||
| char * | tip = NULL, |
||
| bool | sensitive = false |
||
| ) |
Constructor
| owner | |
| pixfile | |
| tip |
| VDKImage::VDKImage | ( | VDKForm * | owner, |
| const char ** | pixdata, | ||
| char * | tip = NULL, |
||
| bool | sensitive = false |
||
| ) |
Constructor
| owner | |
| pixdata | |
| tip |
| VDKImage::~VDKImage | ( | ) | [virtual] |
Destructor
| int VDKImage::Height | ( | ) | [inline] |
Return image height
| VDKPixbuf* VDKImage::SetImage | ( | ) | [inline] |
Returns the pixbuf contained into VDKImage
| VDKPixbuf * VDKImage::SetImage | ( | const char * | file | ) |
Change the raw pixbuf contained into VDKImage
| file | pixbuf file |
| VDKPixbuf * VDKImage::SetImage | ( | VDKPixbuf * | newpix | ) |
Change the raw pixmap contained into VDKImage
| newpix |
| VDKPixbuf * VDKImage::SetImage | ( | const char ** | pixdata | ) |
Change the raw pixbuf contained into VDKImage
| pixdata | pixmap data |
| int VDKImage::Width | ( | ) | [inline] |
Return image width
1.7.6.1