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

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {clearHotKey = id; }; 
  6.             CLASS = HotKeyTextView; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {"_delButton" = NSButton; }; 
  9.             SUPERCLASS = NSTextView; 
  10.         }, 
  11.         {
  12.             ACTIONS = {
  13.                 changeAnimateEdgeSwitch = id; 
  14.                 changeDefaultFont = id; 
  15.                 changeDisplayNoteColor = id; 
  16.                 changeDrawerHeight = id; 
  17.                 changeDrawerTransparency = id; 
  18.                 changeFocusSettings = id; 
  19.                 changeFont = id; 
  20.                 changeIgnoreMouse = id; 
  21.                 changeIgnoreMouseClosing = id; 
  22.                 changePopupDelay = id; 
  23.                 changeShowSplashScreen = id; 
  24.                 hideBorder = id; 
  25.                 resetPreferences = id; 
  26.                 setHotkeysAction = id; 
  27.                 setScreenEdge = id; 
  28.             }; 
  29.             CLASS = PreferenceController; 
  30.             LANGUAGE = ObjC; 
  31.             OUTLETS = {
  32.                 "_hotKeysView" = NSOutlineView; 
  33.                 animateSwitchButton = NSButton; 
  34.                 borderHideButton = NSButton; 
  35.                 contentPanel = NSPanel; 
  36.                 defaultFontView = NSTextView; 
  37.                 delayField = NSTextField; 
  38.                 delaySlider = NSSlider; 
  39.                 displayNoteColorButton = NSButton; 
  40.                 drawerFocusButton = NSButton; 
  41.                 drawerTranField = NSTextField; 
  42.                 drawerTranSlider = NSSlider; 
  43.                 edgePopupButton = id; 
  44.                 heightField = NSTextField; 
  45.                 heightSlider = NSSlider; 
  46.                 hotkeysActionButton = NSPopUpButton; 
  47.                 ignoreMouseButton = NSButton; 
  48.                 ignoreMouseClosingButton = NSButton; 
  49.                 showSplashScreenButton = NSButton; 
  50.                 windowTranSlider = NSSlider; 
  51.             }; 
  52.             SUPERCLASS = NSWindowController; 
  53.         }
  54.     ); 
  55.     IBVersion = 1; 
  56. }