Project fixes so that stuff builds, updates to the Background view, tweaks all over.
[ITKit.git] / Showcase / English.lproj / MainMenu.nib / classes.nib
index e76b9cf..a9358a8 100755 (executable)
             LANGUAGE = ObjC; 
             OUTLETS = {
                 bevelView = ITBevelView; 
+                button = ITButton; 
                 showImageCheckBox = NSButton; 
                 showStatusItemCheckBox = NSButton; 
                 showTitleCheckBox = NSButton; 
                 statusItemMenu = NSMenu; 
                 swBackgroundTypePopup = NSPopUpButton; 
                 swDefinedPositionPopup = NSPopUpButton; 
+                swEntrySpeedSlider = NSSlider; 
+                swExitSpeedSlider = NSSlider; 
                 swSampleTextView = NSTextView; 
-                swSpeedSlider = NSSlider
+                swShadowSaturation = NSTextField
                 swVanishDelay = NSTextField; 
                 swVanishModePopup = NSPopUpButton; 
                 tabView = ITTabView; 
         }, 
         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
         {CLASS = ITBevelView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
-        {
-            ACTIONS = {start = id; stop = id; }; 
-            CLASS = ITChasingArrowsView; 
-            LANGUAGE = ObjC; 
-            SUPERCLASS = NSView; 
-        }, 
+        {CLASS = ITButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
+        {CLASS = ITButtonCell; LANGUAGE = ObjC; SUPERCLASS = NSButtonCell; }, 
+        {CLASS = ITLEDCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; }, 
+        {CLASS = ITTSWBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
         {CLASS = ITTabView; LANGUAGE = ObjC; SUPERCLASS = NSTabView; }, 
-        {CLASS = ITTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }
+        {CLASS = ITTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
+        {CLASS = ITTextFieldCell; LANGUAGE = ObjC; SUPERCLASS = NSTextFieldCell; }
     ); 
     IBVersion = 1; 
 }
\ No newline at end of file