home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / GISO.app / English.lproj / info.nib / data.classes next >
Encoding:
Text File  |  1994-08-10  |  583 b   |  17 lines

  1. InfoController = {
  2.     ACTIONS = {"sendComments:" = "sendComments:"; }; 
  3.     OUTLETS = {maintainerText = maintainerText; versionText = versionText; }; 
  4.     SUPERCLASS = DocumentController; 
  5. };
  6. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  7. Credits = {
  8.     ACTIONS = {"start:" = "start:"; }; 
  9.     OUTLETS = {clipView = clipView; scrollView = scrollView; text = text; }; 
  10.     SUPERCLASS = Object; 
  11. };
  12. DocumentController = {
  13.     ACTIONS = {"makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; }; 
  14.     OUTLETS = {docType = docType; panel = panel; }; 
  15.     SUPERCLASS = Object; 
  16. };
  17.