X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/524ef6c2fdff9ca4a0a8994197ec46fcafc511a8..08f7c7656d8938806db994a646bb6e2f1a7783a7:/Showcase/Controller.h?ds=inline diff --git a/Showcase/Controller.h b/Showcase/Controller.h index 0ce4bee..e1a8230 100755 --- a/Showcase/Controller.h +++ b/Showcase/Controller.h @@ -43,4 +43,11 @@ - (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