XmDestroyPixmap - A pixmap caching function that removes a pixmap from the pixmap cache
#include <Xm/Xm.h> Boolean XmDestroyPixmap (screen, pixmap) Screen * screen; Pixmap pixmap;
XmDestroyPixmap removes pixmaps that are no longer used. Pixmaps are completely freed only when there is no further reference to them.
Returns True when successful; returns False if there is no matching screen and pixmap in the pixmap cache.
XmInstallImage(3X), XmUninstallImage(3X), and XmGetPixmap(3X).