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

  1. PageInfoTool1 = {
  2.     ACTIONS = {"optionsChanged:" = "optionsChanged:"; }; 
  3.     OUTLETS = {optionsMatrix = optionsMatrix; }; 
  4.     SUPERCLASS = Tool; 
  5. };
  6. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  7. Tool = {
  8.     OUTLETS = {fixElement = fixElement; myElement = myElement; myPanel = myPanel; }; 
  9.     SUPERCLASS = Object; 
  10. };
  11.