XmUninstallImage(library call) XmUninstallImage(library call)
NAME [Toc] [Back]
XmUninstallImage - A pixmap caching function that removes an image
from the image cache
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
Boolean XmUninstallImage(
XImage * image);
DESCRIPTION [Toc] [Back]
XmUninstallImage removes an image from the image cache.
image Points to the image structure given to the XmInstallImage()
routine
RETURN [Toc] [Back]
Returns True when successful; returns False if the image is NULL, or
if it cannot be found to be uninstalled.
RELATED [Toc] [Back]
XmInstallImage(3), XmGetPixmap(3), and XmDestroyPixmap(3).
- 1 - Formatted: January 24, 2005 [ Back ] |