Tabs drag only with command-drag.
[ITKit.git] / Showcase / Controller.h
index 85492f3..e1a8230 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;
 }
 
 // ITStatusItem Support
 // ITTransientStatusWindow Support
 - (IBAction)buildStatusWindow:(id)sender;
 - (IBAction)showStatusWindow:(id)sender;
+- (IBAction)hideStatusWindow:(id)sender;
+- (IBAction)setRotation:(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