![]() |
![]()
| ![]() |
![]()
NAMEXmDestroyPixmap — A pixmap caching function that removes a pixmap from the pixmap cache SYNOPSIS#include <Xm/Xm.h> Boolean XmDestroyPixmap( Screen * screen, Pixmap pixmap); DESCRIPTIONXmDestroyPixmap removes pixmaps that are no longer used. Pixmaps are completely freed only when there is no further reference to them. RETURNReturns True when successful; returns False if there is no matching screen and pixmap in the pixmap cache. RELATEDXmInstallImage(3), XmUninstallImage(3), and XmGetPixmap(3).
|