Renamed the product from GrowlITTSW to ITTSW. Added image size customization options...
[GrowlITTSW.git] / GrowlITTSWController.h
index 469d6e5..0d6b6b1 100644 (file)
 
 @interface GrowlITTSWController : ITSharedController {
        GrowlITTSWWindow *_window;
+       float _imageSize;
+       BOOL _imageNoUpscale;
+       BOOL _wrapNotifications;
+       int _wrapColumns;
 }
 
-- (void)showWindowWithText:(NSString *)text image:(NSImage *)image;
+- (void)showWindowWithTitle:(NSString *)title text:(NSString *)text image:(NSImage *)image;
 
 @end