|
NAMEXmUninstallImage — A pixmap caching function that removes an image from the image cacheSYNOPSIS#include <Xm/Xm.h> Boolean XmUninstallImage( XImage * image); DESCRIPTIONXmUninstallImage removes an image from the image cache.
RETURNReturns True when successful; returns False if the image is NULL, or if it cannot be found to be uninstalled.RELATEDXmInstallImage(3), XmGetPixmap(3), and XmDestroyPixmap(3). Visit the GSP FreeBSD Man Page Interface. |