Adding a BevelView to the kit, for use in AG.
[ITKit.git] / Showcase / English.lproj / MainMenu.nib / classes.nib
index d3f715c..e76b9cf 100755 (executable)
@@ -3,16 +3,24 @@
         {
             ACTIONS = {
                 buildStatusWindow = id; 
-                showStatusWindow = id; 
+                changeBevelViewSetting = id; 
+                changeWindowSetting = id; 
                 toggleCastsShadow = id; 
+                toggleCommandDragging = id; 
+                toggleControlDragging = id; 
                 toggleImage = id; 
                 toggleInvertedImage = id; 
+                toggleOptionDragging = id; 
+                toggleShiftDragging = id; 
                 toggleStatusItem = id; 
+                toggleStatusWindow = id; 
+                toggleTabDragging = id; 
                 toggleTitle = id; 
             }; 
             CLASS = Controller; 
             LANGUAGE = ObjC; 
             OUTLETS = {
+                bevelView = ITBevelView; 
                 showImageCheckBox = NSButton; 
                 showStatusItemCheckBox = NSButton; 
                 showTitleCheckBox = NSButton; 
@@ -20,9 +28,9 @@
                 swBackgroundTypePopup = NSPopUpButton; 
                 swDefinedPositionPopup = NSPopUpButton; 
                 swSampleTextView = NSTextView; 
+                swSpeedSlider = NSSlider; 
                 swVanishDelay = NSTextField; 
                 swVanishModePopup = NSPopUpButton; 
-                swVanishOnClick = NSMatrix; 
                 tabView = ITTabView; 
                 testTextField = ITTextField; 
                 useInvertedCheckBox = NSButton; 
@@ -31,6 +39,7 @@
             SUPERCLASS = NSObject; 
         }, 
         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
+        {CLASS = ITBevelView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
         {
             ACTIONS = {start = id; stop = id; }; 
             CLASS = ITChasingArrowsView;