|
XmUninstallImage(3X)
Contents
|
XmUninstallImage - A pixmap caching function that removes
an image from the image cache
#include <Xm/Xm.h>
Boolean XmUninstallImage (image)
XImage * image;
XmUninstallImage removes an image from the image cache.
Points to the image structure given to the XmInstallImage()
routine
Returns True when successful; returns False if the image
is NULL, or if it cannot be found to be uninstalled.
XmInstallImage(3X), XmGetPixmap(3X), XmDestroyPixmap(3X)
XmUninstallImage(3X)
[ Back ] |