home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / GeneralPreferences.nib / data.classes next >
Encoding:
Text File  |  1995-03-16  |  999 b   |  25 lines

  1. PreferenceClient = {
  2.     ACTIONS = {"setValueForSender:" = "setValueForSender:"; }; 
  3.     OUTLETS = {controlBox = controlBox; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. GeneralPreferences = {
  7.     ACTIONS = {
  8.     "pickDownloadDirectory:" = "pickDownloadDirectory:"; 
  9.     "pickScratchDirectory:" = "pickScratchDirectory:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     autoFetchInlineImagesButtonCell = autoFetchInlineImagesButtonCell; 
  13.     convertAssumingISO8859_1ButtonCell = convertAssumingISO8859_1ButtonCell; 
  14.     downloadDirectoryTextField = downloadDirectoryTextField; 
  15.     incrementalDisplayButtonCell = incrementalDisplayButtonCell; 
  16.     openCreatesNewWindowButtonCell = openCreatesNewWindowButtonCell; 
  17.     runSavePanelOnDownloadButtonCell = runSavePanelOnDownloadButtonCell; 
  18.     saveOpenedFilesButtonCell = saveOpenedFilesButtonCell; 
  19.     scratchDirectoryTextField = scratchDirectoryTextField; 
  20.     showLinkButtonsMatrix = showLinkButtonsMatrix; 
  21.     }; 
  22.     SUPERCLASS = PreferenceClient; 
  23. };
  24. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  25.