X-Git-Url: http://git.ithinksw.org/GrowlITTSW.git/blobdiff_plain/fad781e94b464109aaa2243aa5ad2e593ea6e9bb..db492e315730afc3ec7fe21f8f6102e42675e8d6:/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