home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / Sidenote 1.7.dmg / sidenote.app / Contents / Resources / English.lproj / AboutPanel.nib / classes.nib next >
Encoding:
Text File  |  2005-05-31  |  1.0 KB  |  33 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 handleQuitPushed = id; 
  6.                 handleShowFontPanel = id; 
  7.                 handleStickyPushed = id; 
  8.                 print = id; 
  9.                 showAboutPanel = id; 
  10.                 showPreferencePanel = id; 
  11.             }; 
  12.             CLASS = AppController; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 aboutPanel = id; 
  16.                 actionButton = id; 
  17.                 actionMenu = id; 
  18.                 debugWindow = NSWindow; 
  19.                 donateURL = id; 
  20.                 drawer = id; 
  21.                 drawerView = MyViewDrawer; 
  22.                 filesController = FilesController; 
  23.                 homepageURL = id; 
  24.                 invisibleWindow = SpecialWindow; 
  25.                 splashScreenWindow = NSWindow; 
  26.                 textView = NSTextView; 
  27.             }; 
  28.             SUPERCLASS = NSObject; 
  29.         }, 
  30.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  31.     ); 
  32.     IBVersion = 1; 
  33. }