X-Git-Url: http://git.ithinksw.org/GrowlITTSW.git/blobdiff_plain/1355f099f7c9b800fe305e04ae4fbe89e440c0d7..c657060277c9ae1ddd7aae9bd5d8ec77fbabec28:/GrowlITTSWController.h diff --git a/GrowlITTSWController.h b/GrowlITTSWController.h index 469d6e5..0d6b6b1 100644 --- a/GrowlITTSWController.h +++ b/GrowlITTSWController.h @@ -12,8 +12,12 @@ @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