The Pivot effect is now a part of ITTransientStatusWindow, and includes both EIEO...
[ITKit.git] / Showcase / Controller.h
index 0ce4bee..e1a8230 100755 (executable)
 - (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