Changes for MT
authorMatthew Judy <mjudy@ithinksw.com>
Mon, 24 Feb 2003 09:06:19 +0000 (09:06 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Mon, 24 Feb 2003 09:06:19 +0000 (09:06 +0000)
ITTransientStatusWindow.h
Showcase/Controller.m

index e3ea9dc..0c60020 100755 (executable)
@@ -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;
 
index 2d0c09a..f09bdf7 100755 (executable)
 
 /*************************************************************************/
 #pragma mark -
-#pragma mark ITTransientStatusWindow SUPPORT
+#pragma mark ITTabView SUPPORT
 /*************************************************************************/
 
 - (IBAction)toggleTabDragging:(id)sender