![]() |
![]()
| ![]() |
![]()
NAMEdtbmfile — format of X11 bitmap format desktop icon files SYNOPSIS
DESCRIPTIONX Bitmap (XBM) files are used for monochrome icons in the CDE. XBM icons specify background and foreground color only. They would be black and white on a black and white display. On a color display, they could be any two colors. XBM files are not used exclusively for black and white icons. The CDE icon editor component can be used to create or modify a bitmap icon. A bitmap file is an ASCII file, but because the data is simply a binary representation of the icon, it is not realistic to edit this file by hand. X Bitmap files can be included directly in C source code, so the file data is in the form of a bitmap structure variable. X version 11 bitmap file format is the only icon file format officially supported as part of the X Window System at this time. RETURN VALUENone. EXAMPLESThe following is an example of a bitmap file named julie.bm: #define julie.bm_width 18 #define julie.bm_height 22 #define julie.bm_x_hot 0 #define julie.bm_y_hot 0 static char julie.bm_bits[] = { APPLICATION USAGEFor a description of icon location, usage, design, etc. within the CDE, refer to dticonfile(4). SEE ALSOX11WindowSystemdocumentation, dtpmfile(4), dticonfile(4), dticon(1).
|