Provides an image widget This widget should substitute VDKPixmap object that from now should be considered deprecated.
More...
#include <image.h>
List of all members.
Public Member Functions
Detailed Description
Provides an image widget This widget should substitute VDKPixmap object that from now should be considered deprecated.
- TIP
- Constructing with <pixfile> or <pixdata> set to NULL will make only the inner event box. Thus allowing to construct an empty image that can be later initialized with SetImage(). User should cast NULL to either char* or char** to avoid ambiguity
Constructor & Destructor Documentation
VDKImage::VDKImage |
( |
VDKForm * |
owner, |
|
|
const char * |
pixfile, |
|
|
char * |
tip = NULL , |
|
|
bool |
sensitive = false |
|
) |
| |
VDKImage::VDKImage |
( |
VDKForm * |
owner, |
|
|
const char ** |
pixdata, |
|
|
char * |
tip = NULL , |
|
|
bool |
sensitive = false |
|
) |
| |
VDKImage::~VDKImage |
( |
| ) |
[virtual] |
Member Function Documentation
int VDKImage::Height |
( |
| ) |
[inline] |
VDKPixbuf * VDKImage::SetImage |
( |
const char ** |
pixdata | ) |
|
Change the raw pixbuf contained into VDKImage
- Parameters:
-
Change the raw pixmap contained into VDKImage
- Parameters:
-
VDKPixbuf * VDKImage::SetImage |
( |
const char * |
file | ) |
|
Change the raw pixbuf contained into VDKImage
- Parameters:
-
Returns the pixbuf contained into VDKImage
int VDKImage::Width |
( |
| ) |
[inline] |
The documentation for this class was generated from the following files: