XmUninstallImage(X3mot)


XmUninstallImage -- a pixmap caching function that removes an image from the image cache

Synopsis

#include <Xm/Xm.h> 

Boolean XmUninstallImage (image) XImage * image;

Description

XmUninstallImage removes an image from the image cache.

image
Points to the image structure given to the XmInstallImage() routine

Return values

Returns True when successful; returns False if the image is NULL, or if it cannot be found to be uninstalled.

References

XmInstallImage(X3mot), XmGetPixmap(X3mot) and XmDestroyPixmap(X3mot).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.