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

  1.  
  2. static BtnSpec PanA[] = {
  3.   { "center", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  4.     { BTNFlash, BTNCoWhile },
  5.     { ControlMask, ControlMask },
  6.     { 0x0, ControlMask },
  7.     { ZOP, ZOP_Center } },
  8.   { "zoom 1", 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  9.     { BTNFlash, BTNCoWhile },
  10.     { ControlMask, ControlMask },
  11.     { 0x0, ControlMask },
  12.     { ZOP, ZOP_ZPan1 } },
  13.   { "x4", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  14.     { BTNFlash, BTNCoWhile },
  15.     { ControlMask, ControlMask },
  16.     { 0x0, ControlMask },
  17.     { ZOP, ZOP_ZPan4 } },
  18.   { "x2", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  19.     { BTNFlash, BTNCoWhile },
  20.     { ControlMask, ControlMask },
  21.     { 0x0, ControlMask },
  22.     { ZOP, ZOP_ZPan2 } },
  23.   { "x1/2", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  24.     { BTNFlash, BTNCoWhile },
  25.     { ControlMask, ControlMask },
  26.     { 0x0, ControlMask },
  27.     { ZOP, ZOP_ZPan12 } },
  28.   { "x1/4", 1, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, 2,
  29.     { BTNFlash, BTNCoWhile },
  30.     { ControlMask, ControlMask },
  31.     { 0x0, ControlMask },
  32.     { ZOP, ZOP_ZPan14 } } };
  33.  
  34. BoxSpec PanBoxes[] = {
  35.   { "PanA", { 0, 6, 6, 1, 6.0, 1.0, 0.0, 0.0, 0, 1 }, PanA } };
  36.  
  37. PanelAttach PanAttach = {
  38.   "MainPanel", "MainA", 0, 1, 0, ControlMask, 0, 1, { ZOP } };
  39.  
  40. /* 
  41.   PanelSpec PanPanel =
  42.     { "PanPanel", "menupan.h", 1, 2, PanBoxes, &PanAttach };
  43. */
  44.