38 #if CTK_CONF_ICON_BITMAPS 
   39 static unsigned char processesicon_bitmap[3*3*8] = {
 
   40   0x00, 0x7f, 0x43, 0x4c, 0x58, 0x53, 0x60, 0x6f,
 
   41   0x00, 0xff, 0x00, 0x7e, 0x00, 0xff, 0x00, 0xff,
 
   42   0x00, 0xfe, 0xc2, 0x32, 0x1a, 0xca, 0x06, 0xf6,
 
   44   0x40, 0x5f, 0x40, 0x5f, 0x40, 0x5f, 0x40, 0x4f,
 
   45   0x00, 0xff, 0x00, 0xff, 0x00, 0xfc, 0x01, 0xf3,
 
   46   0x02, 0xfa, 0x02, 0x82, 0x3e, 0xfe, 0xfe, 0xfe,
 
   48   0x60, 0x67, 0x50, 0x59, 0x4c, 0x43, 0x7f, 0x00,
 
   49   0x07, 0xe7, 0x0f, 0xef, 0x0f, 0x0f, 0xff, 0x00,
 
   50   0x8e, 0x06, 0x06, 0x06, 0x8e, 0xfe, 0xfe, 0x00
 
   54 #if CTK_CONF_ICON_TEXTMAPS 
   55 static char processesicon_textmap[9] = {
 
   63 static struct ctk_icon processes_icon =
 
   64   {CTK_ICON(
"Processes", processesicon_bitmap, processesicon_textmap)};
 
   68     "Process information",
 
#define DSC(dscname, description, prgname, process, icon)
Instantiating macro for the DSC structure. 
 
Declaration of the DSC program description structure.