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