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

  1. LinkElementTool1 = {
  2.     ACTIONS = {
  3.     "cancel:" = "cancel:"; 
  4.     "doIt:" = "doIt:"; 
  5.     "jumpToReal:" = "jumpToReal:"; 
  6.     "makeCopy:" = "makeCopy:"; 
  7.     "ok:" = "ok:"; 
  8.     }; 
  9.     OUTLETS = {
  10.     adjustSize = adjustSize; 
  11.     copyButton = copyButton; 
  12.     jumpButton = jumpButton; 
  13.     linkButton = linkButton; 
  14.     myElementName = myElementName; 
  15.     myElementPage = myElementPage; 
  16.     myElementType = myElementType; 
  17.     }; 
  18.     SUPERCLASS = Tool; 
  19. };
  20. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  21. Tool = {
  22.     OUTLETS = {fixElement = fixElement; myElement = myElement; myPanel = myPanel; }; 
  23.     SUPERCLASS = Object; 
  24. };
  25.