Q3PixmapTexture_SetPixmap
You can use theQ3PixmapTexture_SetPixmapfunction to set the pixmap associated with a pixmap texture object.
TQ3Status Q3PixmapTexture_SetPixmap ( TQ3TextureObject texture, const TQ3StoragePixmap *pixmap);
texture- A pixmap texture object.
pixmap- The storage pixmap to be associated with the specified pixmap texture object.
DESCRIPTION
TheQ3PixmapTexture_SetPixmapfunction sets the pixmap to be associated with the pixmap texture object specified by thetextureparameter to the pixmap specified by thepixmapparameter.