vdk 2.4.0
Public Member Functions
VDKRawPixmap Class Reference

Provides a raw pixmap. More...

#include <rawpixmap.h>

Inheritance diagram for VDKRawPixmap:
VDKRawObject

List of all members.

Public Member Functions


Detailed Description

Provides a raw pixmap.


Constructor & Destructor Documentation

VDKRawPixmap::VDKRawPixmap ( VDKObject owner,
char *  pixfile 
)

Constructor

Parameters:
owner
fixfile
VDKRawPixmap::VDKRawPixmap ( VDKObject owner,
char **  pixdata 
)

Constructor

Parameters:
owner
fixdata

Destructor


Member Function Documentation

int VDKRawPixmap::Height ( ) [inline]

Return pixmap height in pixel

GdkBitmap* VDKRawPixmap::Mask ( ) [inline]

Returns pixmap mask

VDKRawPixmap::operator GdkPixmap * ( ) [inline]

GdkPixmap* conversion

void VDKRawPixmap::Paint ( int  x,
int  y 
)

Paints the pixmap on owner

Parameters:
xx coordinate
yy coordinate
Tip
Leaving x and y to 0 value will paint pixmap on the last position
GtkStyle* VDKRawPixmap::Style ( ) [inline]

Returns pixmap style

int VDKRawPixmap::Width ( ) [inline]

Return pixmap width in pixel


The documentation for this class was generated from the following files: