30 #include <vdk/vdkobj.h> 31 #include <vdk/rawpixbuf.h> 64 bool sensitive =
false);
74 bool sensitive =
false);
Provides a raw image wrapping GdkPixbuf This class should in time substitute VDKRawPixmap that from n...
Definition: rawpixbuf.h:40
int Width()
Definition: image.h:82
virtual ~VDKImage()
Definition: image.cc:260
int Height()
Definition: image.h:86
VDKImage(VDKForm *owner, const char *pixfile, char *tip=NULL, bool sensitive=false)
Definition: image.cc:167
VDKPixbuf * SetImage()
Definition: image.h:90
Provides an image widget This widget should substitute VDKPixmap object that from now should be consi...
Definition: image.h:45