Bumping to version 1.0.1, which uses the latest ITKit. This resolves GrowlITTSW bug #4.
[GrowlITTSW.git] / GrowlITTSWController.h
index 469d6e5..6600f6f 100644 (file)
@@ -1,10 +1,10 @@
-//
-//  GrowlITTSWController.h
-//  Growl
-//
-//  Created by Joseph Spiros on 2/28/09.
-//  Copyright 2009 iThink Software. All rights reserved.
-//
+/*
+ *     GrowlITTSW
+ *     GrowlITTSWController.h
+ *
+ *     Copyright (c) 2009 iThink Software
+ *
+ */
 
 #import <Cocoa/Cocoa.h>
 #import <ITFoundation/ITSharedController.h>
 
 @interface GrowlITTSWController : ITSharedController {
        GrowlITTSWWindow *_window;
+       float _imageSize;
+       BOOL _imageNoUpscale;
+       BOOL _wrapNotifications;
+       int _wrapColumns;
 }
 
-- (void)showWindowWithText:(NSString *)text image:(NSImage *)image;
+- (void)showWindowWithTitle:(NSString *)title desc:(NSString *)desc image:(NSImage *)image;
 
 @end