![]() |
![]()
| ![]() |
![]()
NAMEXmInstallImage — A pixmap caching function that adds an image to the image cache SYNOPSIS#include <Xm/Xm.h> Boolean XmInstallImage( XImage * image, char * image_name); DESCRIPTIONXmInstallImage stores an image in an image cache that can later be used to generate a pixmap. Part of the installation process is to extend the resource converter used to reference these images. The resource converter is given the image name so that the image can be referenced in a .Xdefaults file. Since an image can be referenced by a widget through its pixmap resources, it is up to the application to ensure that the image is installed before the widget is created.
The image caching functions provide a set of eight preinstalled images. These names can be used within a .Xdefaults file for generating pixmaps for the resource for which they are provided.
RETURNReturns True when successful; returns False if NULL image, NULL image_name, or duplicate image_name is used as a parameter value. RELATEDXmUninstallImage(3), XmGetPixmap(3), and XmDestroyPixmap(3).
|