From: Matthew Judy Date: Mon, 24 Feb 2003 09:06:19 +0000 (+0000) Subject: Changes for MT X-Git-Tag: v0.1~55 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/52fa41abc9d043a31d6cc4d8b05bf899beae949d Changes for MT --- diff --git a/ITTransientStatusWindow.h b/ITTransientStatusWindow.h index e3ea9dc..0c60020 100755 --- a/ITTransientStatusWindow.h +++ b/ITTransientStatusWindow.h @@ -19,7 +19,7 @@ #define DEFAULT_EXIT_DELAY 3.0 -#define DEFAULT_EFFECT_TIME 1.0 +#define DEFAULT_EFFECT_TIME 0.75 @class ITTextField; @@ -87,7 +87,11 @@ typedef enum { // Note: Entry effects descr // NSView *_contentSubView; } -+ (ITTransientStatusWindow *)sharedWindow; ++ (id)sharedWindow; + +- (id)initWithContentView:(NSView *)contentView + exitMode:(ITTransientStatusWindowExitMode)exitMode + backgroundType:(ITTransientStatusWindowBackgroundType)backgroundType; - (ITTransientStatusWindowVisibilityState)visibilityState; diff --git a/Showcase/Controller.m b/Showcase/Controller.m index 2d0c09a..f09bdf7 100755 --- a/Showcase/Controller.m +++ b/Showcase/Controller.m @@ -233,7 +233,7 @@ /*************************************************************************/ #pragma mark - -#pragma mark ITTransientStatusWindow SUPPORT +#pragma mark ITTabView SUPPORT /*************************************************************************/ - (IBAction)toggleTabDragging:(id)sender