home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / FastView.app / Preferences.nib / data.classes next >
Encoding:
Text File  |  1995-07-20  |  800 b   |  31 lines

  1. AppPref = {
  2.     ACTIONS = {}; 
  3.     OUTLETS = {
  4.     catalogHeightText = catalogHeightText; 
  5.     catalogWidthText = catalogWidthText; 
  6.     cropCheck = cropCheck; 
  7.     cropText = cropText; 
  8.     grayCheck = grayCheck; 
  9.     maxHText = maxHText; 
  10.     maxWText = maxWText; 
  11.     newDocumentCheck = newDocumentCheck; 
  12.     prefetchCheck = prefetchCheck; 
  13.     pressCheck = pressCheck; 
  14.     reuseCheck = reuseCheck; 
  15.     sizetoCheck = sizetoCheck; 
  16.     speedMatrix = speedMatrix; 
  17.     }; 
  18.     SUPERCLASS = Preferences; 
  19. };
  20. Preferences = {
  21.     ACTIONS = {
  22.     "appDidInit:" = "appDidInit:"; 
  23.     "appWillTerminate:" = "appWillTerminate:"; 
  24.     "orderFrontPrefs:" = "orderFrontPrefs:"; 
  25.     "setPref:" = "setPref:"; 
  26.     }; 
  27.     OUTLETS = {nothing = nothing; window = window; }; 
  28.     SUPERCLASS = Object; 
  29. };
  30. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  31.