home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / MPLinkTool.1Vmod / MPLinkTool.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  638 b   |  23 lines

  1. LinkElementTool1 = {
  2.     ACTIONS = {
  3.     "contentChanged:" = "contentChanged:"; 
  4.     "gotoMPLinkElement:" = "gotoMPLinkElement:"; 
  5.     "gotoMasterElement:" = "gotoMasterElement:"; 
  6.     "refChanged:" = "refChanged:"; 
  7.     "sizeChanged:" = "sizeChanged:"; 
  8.     }; 
  9.     OUTLETS = {
  10.     contentSwitch = contentSwitch; 
  11.     editLinkButton = editLinkButton; 
  12.     editMasterButton = editMasterButton; 
  13.     refSwitch = refSwitch; 
  14.     sizeSwitch = sizeSwitch; 
  15.     }; 
  16.     SUPERCLASS = Tool; 
  17. };
  18. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  19. Tool = {
  20.     OUTLETS = {fixElement = fixElement; myElement = myElement; myPanel = myPanel; }; 
  21.     SUPERCLASS = Object; 
  22. };
  23.