X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/a9b209119aa950c9349a29d498f5db6a600c755b..f9f1dcb9f4e7bcd6ea0e7a7cbb386bd073a90d47:/Showcase/Controller.h diff --git a/Showcase/Controller.h b/Showcase/Controller.h index 85492f3..4b6d72e 100755 --- a/Showcase/Controller.h +++ b/Showcase/Controller.h @@ -21,12 +21,11 @@ // 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 @@ -41,5 +40,14 @@ // ITTransientStatusWindow Support - (IBAction)buildStatusWindow:(id)sender; - (IBAction)showStatusWindow:(id)sender; +- (IBAction)hideStatusWindow:(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