Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | Related Pages

VDKPixmap Class Reference

Provides a pixmap widget. More...

#include <pixmaps.h>

Inheritance diagram for VDKPixmap:

VDKObject VDKNotCopyAble List of all members.

Public Member Functions


Detailed Description

Provides a pixmap widget.

EVENTS
button_press_event received whenever user clicks on pixmap
TIP
Constructing with or set to NULL will make only the inner event box. Thus allowing to construct an empty pixmap that can be later initialized with SetPixmap().


Constructor & Destructor Documentation

VDKPixmap::VDKPixmap VDKForm owner,
char *  pixfile,
char *  tip = NULL,
bool  sensitive = false
 

Constructor

Parameters:
owner 
pixfile 
tip 
sensitive if true pixmap will be embedded into an eventbox so will receive signals

VDKPixmap::VDKPixmap VDKForm owner,
char **  pixdata,
char *  tip = NULL,
bool  sensitive = false
 

Constructor

Parameters:
owner 
pixdata 
tip 
sensitive if true pixmap will be embedded into an eventbox so will receive signals

VDKPixmap::~VDKPixmap  )  [virtual]
 

Destructor


Member Function Documentation

void VDKPixmap::Clear  ) 
 

Clear the pixmap

VDKRawPixmap * VDKPixmap::SetPixmap char **  pixdata  ) 
 

Change the raw pixmap contained into VDKPixmap

Parameters:
pixdata pixmap data

VDKRawPixmap * VDKPixmap::SetPixmap VDKRawPixmap newpix  ) 
 

Change the raw pixmap contained into VDKPixmap

Parameters:
newpix new pixmap

VDKRawPixmap * VDKPixmap::SetPixmap char *  file  ) 
 

Change the raw pixmap contained into VDKPixmap

Parameters:
file pixmap file

VDKRawPixmap* VDKPixmap::SetPixmap  )  [inline]
 

Returns the raw pixmap contained into VDKPixmap

int VDKPixmap::Width  )  [inline]
 

Return pixmap width


The documentation for this class was generated from the following files:
Generated on Wed Aug 6 11:01:58 2003 for vdk 2.0.3 by doxygen 1.3.2