home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / unix / saoimage / sao1_07.tar / panel / cmap.mnu next >
Text File  |  1991-01-02  |  2KB  |  54 lines

  1.  
  2. static BtnSpec CmapA[] = {
  3.   { "write", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  4.     { BTNFlash, BTNCoWhile },
  5.     { ControlMask, ControlMask },
  6.     { 0x0, ControlMask },
  7.     { MOP, MOP_Write } },
  8.   { "read", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  9.     { BTNFlash, BTNCoWhile },
  10.     { ControlMask, ControlMask },
  11.     { 0x0, ControlMask },
  12.     { MOP, MOP_Read } },
  13.   { "Gray", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  14.     { BTNOneShot, BTNCoWhile },
  15.     { ControlMask, ControlMask },
  16.     { 0x0, ControlMask },
  17.     { MOP, MOP_Init_A } },
  18.   { "BB", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  19.     { BTNOneShot, BTNCoWhile },
  20.     { ControlMask, ControlMask },
  21.     { 0x0, ControlMask },
  22.     { MOP, MOP_Init_B } },
  23.   { "HE", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  24.     { BTNOneShot, BTNCoWhile },
  25.     { ControlMask, ControlMask },
  26.     { 0x0, ControlMask },
  27.     { MOP, MOP_Init_C } },
  28.   { "I8", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  29.     { BTNOneShot, BTNCoWhile },
  30.     { ControlMask, ControlMask },
  31.     { 0x0, ControlMask },
  32.     { MOP, MOP_Init_D } },
  33.   { "A", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  34.     { BTNOneShot, BTNCoWhile },
  35.     { ControlMask, ControlMask },
  36.     { 0x0, ControlMask },
  37.     { MOP, MOP_Init_E } },
  38.   { "B", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  39.     { BTNOneShot, BTNCoWhile },
  40.     { ControlMask, ControlMask },
  41.     { 0x0, ControlMask },
  42.     { MOP, MOP_Init_F } } };
  43.  
  44. BoxSpec CmapBoxes[] = {
  45.   { "CmapA", { 0, 8, 8, 1, 9.333, 1.0, 0.0, 0.0, 0, 1 }, CmapA } };
  46.  
  47. PanelAttach CmapAttach = {
  48.   "ColorPanel", "ColorA", 1, 1, 1, ControlMask, 0, 2, { MOP, 0 } };
  49.  
  50. /* 
  51.   PanelSpec CmapPanel =
  52.     { "CmapPanel, "menucmap.h", 1, 1, CmapBoxes, &CmapAttach };
  53. */
  54.