XmUninstallImage(Xm) UNIX System V
NAME
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 VALUE
Returns True when successful; returns False if the image is
NULL, or if it cannot be found to be uninstalled.
RELATED INFORMATION
XmInstallImage(Xm), XmGetPixmap(Xm), and
XmDestroyPixmap(Xm).
(printed 2/14/90) XmUninstallImage(Xm)