Query: xmuninstallimage
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmUninstallImage(library call) XmUninstallImage(library call)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. image Points to the image structure given to the XmInstallImage() routineRETURNReturns 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). XmUninstallImage(library call)