HUGE ITTSW Checkin. For those only interested in the short version, it is as
[ITKit.git] / Showcase / Controller.h
index 85492f3..f8b3b6d 100755 (executable)
 
     // ITTransientStatusWindow Support
     ITTransientStatusWindow *statusWindow;
-    IBOutlet NSTextView   *swSampleTextView;
-    IBOutlet NSPopUpButton *swVanishModePopup;
-    IBOutlet NSPopUpButton *swBackgroundTypePopup;
-    IBOutlet NSPopUpButton *swDefinedPositionPopup;
-    IBOutlet NSTextField   *swVanishDelay;
-    IBOutlet NSMatrix      *swVanishOnClick;
+    IBOutlet NSTextView     *swSampleTextView;
+    IBOutlet NSPopUpButton  *swVanishModePopup;
+    IBOutlet NSPopUpButton  *swBackgroundTypePopup;
+    IBOutlet NSPopUpButton  *swDefinedPositionPopup;
+    IBOutlet NSTextField    *swVanishDelay;
+    IBOutlet NSSlider       *swSpeedSlider;
 }
 
 // ITStatusItem Support
 
 // ITTransientStatusWindow Support
 - (IBAction)buildStatusWindow:(id)sender;
-- (IBAction)showStatusWindow:(id)sender;
+- (IBAction)toggleStatusWindow:(id)sender;
+- (IBAction)changeWindowSetting:(id)sender;
+
+// ITTabView support
+- (IBAction)toggleTabDragging:(id)sender;
+- (IBAction)toggleCommandDragging:(id)sender;
+- (IBAction)toggleControlDragging:(id)sender;
+- (IBAction)toggleOptionDragging:(id)sender;
+- (IBAction)toggleShiftDragging:(id)sender;
 
 @end