X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/9139050ef14ba5a9173542fe3239c1b748b88652..HEAD:/ITTransientStatusWindow.h diff --git a/ITTransientStatusWindow.h b/ITTransientStatusWindow.h index bd2af50..c7bac6e 100644 --- a/ITTransientStatusWindow.h +++ b/ITTransientStatusWindow.h @@ -5,10 +5,7 @@ * NSWindow subclass for quick display of status information, similar to * volume/brightness/eject bezel key windows. * - * Copyright (c) 2005 by iThink Software. - * All Rights Reserved. - * - * $Id$ + * Copyright (c) 2005 iThink Software * */ @@ -59,7 +56,7 @@ typedef enum { NSView *_contentSubView; } -+ (id)sharedWindow; ++ (ITTransientStatusWindow *)sharedWindow; - (id)initWithContentView:(NSView *)contentView exitMode:(ITTransientStatusWindowExitMode)exitMode backgroundType:(ITTransientStatusWindowBackgroundType)backgroundType;