1XmUninstallImage(library call) XmUninstallImage(library call)
2
3
4
6 XmUninstallImage — A pixmap caching function that removes an image from
7 the image cache
8
10 #include <Xm/Xm.h>
11 Boolean XmUninstallImage(
12 XImage * image);
13
15 XmUninstallImage removes an image from the image cache.
16
17 image Points to the image structure given to the XmInstallImage()
18 routine
19
21 Returns True when successful; returns False if the image is NULL, or if
22 it cannot be found to be uninstalled.
23
25 XmInstallImage(3), XmGetPixmap(3), and XmDestroyPixmap(3).
26
27
28
29 XmUninstallImage(library call)