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

  1. VISIONDocumentPreferences = {
  2.     ACTIONS = {
  3.     "preferencesOK:" = "preferencesOK:"; 
  4.     "preferencesRevert:" = "preferencesRevert:"; 
  5.     }; 
  6.     OUTLETS = {
  7.     autoSaveIntervallField = autoSaveIntervallField; 
  8.     autoSaveSwitch = autoSaveSwitch; 
  9.     backUpSwitch = backUpSwitch; 
  10.     eFramesMatrix = eFramesMatrix; 
  11.     emptyDocSwitch = emptyDocSwitch; 
  12.     rulerSwitch = rulerSwitch; 
  13.     thePanel = thePanel; 
  14.     theStrings = theStrings; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. DTPPreferences = {
  19.     ACTIONS = {
  20.     "preferencesOK:" = "preferencesOK:"; 
  21.     "preferencesRevert:" = "preferencesRevert:"; 
  22.     }; 
  23.     OUTLETS = {
  24.     anchorColor = anchorColor; 
  25.     columnEdgeSwitch = columnEdgeSwitch; 
  26.     extenderText = extenderText; 
  27.     flowMarkerSwitch = flowMarkerSwitch; 
  28.     selectionColor = selectionColor; 
  29.     thePanel = thePanel; 
  30.     theStrings = theStrings; 
  31.     }; 
  32.     SUPERCLASS = Object; 
  33. };
  34. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  35.