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

  1.  
  2. static BtnSpec RegionA[] = {
  3.   { "view", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  4.     { BTNToggle, BTNCoWhile },
  5.     { ControlMask, ControlMask },
  6.     { 0x0, ControlMask },
  7.     { ROP, ROP_View } },
  8.   { "label", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  9.     { BTNToggle, BTNCoWhile },
  10.     { ControlMask, ControlMask },
  11.     { 0x0, ControlMask },
  12.     { ROP, ROP_Label } },
  13.   { "cycle", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  14.     { BTNOneShot, BTNCoWhile },
  15.     { ControlMask, ControlMask },
  16.     { 0x0, ControlMask },
  17.     { ROP, ROP_Cycle } },
  18.   { "omit", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  19.     { BTNFlash, BTNCoWhile },
  20.     { ControlMask, ControlMask },
  21.     { 0x0, ControlMask },
  22.     { ROP, ROP_Omit } },
  23.   { "reset", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  24.     { BTNFlash, BTNCoWhile },
  25.     { ControlMask, ControlMask },
  26.     { 0x0, ControlMask },
  27.     { ROP, ROP_Reset } },
  28.   { "write", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  29.     { BTNFlash, BTNCoWhile },
  30.     { ControlMask, ControlMask },
  31.     { 0x0, ControlMask },
  32.     { ROP, ROP_Write } },
  33.   { "read", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  34.     { BTNFlash, BTNCoWhile },
  35.     { ControlMask, ControlMask },
  36.     { 0x0, ControlMask },
  37.     { ROP, ROP_Read } }
  38. };
  39.  
  40. BoxSpec RegionBoxes[] = {
  41.   { "RegionA", { 0, 7, 7, 1, 7.0, 1.0, 0.0, 0.0, 0, 1 }, RegionA } };
  42.  
  43. PanelAttach RegionAttach = {
  44.   "CursorPanel", "CursorB", 1, 1, 0, ControlMask, 0, 2, { ROP, 0 } };
  45.  
  46. /* 
  47.   PanelSpec RegionPanel =
  48.     { "RegionPanel, "menurgn.h", 1, 1, RegionBoxes, &RegionAttach };
  49. */
  50.