#include <Xm/Xm.h>Boolean XmInstallImage (image, image_name) XImage * image; char * image_name;
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.
Image Name | Description |
---|---|
background | A tile of solid background |
25_foreground | A tile of 25% foreground, 75% background |
50_foreground | A tile of 50% foreground, 50% background |
75_foreground | A tile of 75% foreground, 25% background |
horizontal | A tile of horizontal lines of the two colors |
vertical | A tile of vertical lines of the two colors |
slant_right | A tile of slanting lines of the two colors |
slant_left | A tile of slanting lines of the two colors |
-------------------------------------------------------------- | Image Name | Description | |--------------|----------------------------------------------| | background | A tile of solid background | |--------------|----------------------------------------------| | 25_foreground| A tile of 25% foreground, 75% background | |--------------|----------------------------------------------| | 50_foreground| A tile of 50% foreground, 50% background | |--------------|----------------------------------------------| | 75_foreground| A tile of 75% foreground, 25% background | |--------------|----------------------------------------------| | horizontal | A tile of horizontal lines of the two colors| |--------------|----------------------------------------------| | vertical | A tile of vertical lines of the two colors | |--------------|----------------------------------------------| | slant_right | A tile of slanting lines of the two colors | |--------------|----------------------------------------------| | slant_left | A tile of slanting lines of the two colors | |--------------|----------------------------------------------|