X-Git-Url: http://git.ithinksw.org/GrowlITTSW.git/blobdiff_plain/1355f099f7c9b800fe305e04ae4fbe89e440c0d7..985444593c78b21a097795e7bfb7ba111025275e:/GrowlITTSWController.h diff --git a/GrowlITTSWController.h b/GrowlITTSWController.h index 469d6e5..345af9b 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 desc:(NSString *)desc image:(NSImage *)image; @end