Adding a better cancel job to the Pivot effect. Also redoing the showcase interface...
[ITKit.git] / Showcase / Controller.h
index 0ce4bee..8f96266 100755 (executable)
 
 // ITTransientStatusWindow Support
 - (IBAction)buildStatusWindow:(id)sender;
-- (IBAction)showStatusWindow:(id)sender;
-- (IBAction)hideStatusWindow:(id)sender;
-- (IBAction)setRotation:(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