git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding API to ITStatusItem for callbacks to get dynamic menus.
[ITKit.git]
/
ITIconAndTextStatusWindow.h
diff --git
a/ITIconAndTextStatusWindow.h
b/ITIconAndTextStatusWindow.h
old mode 100755
(executable)
new mode 100644
(file)
index
9955f04
..
0a70db7
--- a/
ITIconAndTextStatusWindow.h
+++ b/
ITIconAndTextStatusWindow.h
@@
-1,25
+1,24
@@
/*
* ITKit
/*
* ITKit
- * ITIconAndTextStatusWindow
- * ITTransientStatusWindow subclass to show an icon and text.
+ * ITIconAndTextStatusWindow.h
*
*
- * Original Author : Kent Sutherland <ksutherland@ithinksw.com>
- * Responsibility : Kent Sutherland <mjudy@ithinksw.com>
- * Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * ITTransientStatusWindow subclass to show an icon and text.
*
*
- * Copyright (c) 2002 - 2004 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
#import <Cocoa/Cocoa.h>
*
*/
#import <Cocoa/Cocoa.h>
-#import
"ITTransientStatusWindow.h"
+#import
<ITKit/ITTransientStatusWindow.h>
@interface ITIconAndTextStatusWindow : ITTransientStatusWindow {
@interface ITIconAndTextStatusWindow : ITTransientStatusWindow {
-
NSImage
*_image;
+
NSImage
*_image;
}
- (void)setImage:(NSImage *)newImage;
- (void)buildTextWindowWithString:(NSString *)text;
}
- (void)setImage:(NSImage *)newImage;
- (void)buildTextWindowWithString:(NSString *)text;
-@end
+@end
\ No newline at end of file