Added sizing to the main status window class, and added a basic icon and
[ITKit.git] / Showcase / Controller.h
index dfb9836..18ea801 100755 (executable)
     IBOutlet ITTextField *testTextField;
 
     // ITTransientStatusWindow Support
-    ITTransientStatusWindow *statusWindow;
-    IBOutlet NSTextView     *swSampleTextView;
-    IBOutlet NSPopUpButton  *swVanishModePopup;
-    IBOutlet NSPopUpButton  *swBackgroundTypePopup;
-    IBOutlet NSPopUpButton  *swDefinedPositionPopup;
-    IBOutlet NSTextField    *swVanishDelay;
-    IBOutlet NSTextField    *swShadowSaturation;
-    IBOutlet NSSlider       *swEntrySpeedSlider;
-    IBOutlet NSSlider       *swExitSpeedSlider;
+    ITIconAndTextStatusWindow   *statusWindow;
+    IBOutlet NSTextView         *swSampleTextView;
+    IBOutlet NSPopUpButton      *swVanishModePopup;
+    IBOutlet NSPopUpButton      *swBackgroundTypePopup;
+    IBOutlet NSPopUpButton      *swDefinedPositionPopup;
+    IBOutlet NSTextField        *swVanishDelay;
+    IBOutlet NSTextField        *swShadowSaturation;
+    IBOutlet NSSlider           *swEntrySpeedSlider;
+    IBOutlet NSSlider           *swExitSpeedSlider;
 }
 
 // ITStatusItem Support