X-Git-Url: http://git.ithinksw.org/GrowlITTSW.git/blobdiff_plain/1355f099f7c9b800fe305e04ae4fbe89e440c0d7..HEAD:/GrowlITTSWController.h diff --git a/GrowlITTSWController.h b/GrowlITTSWController.h index 469d6e5..6600f6f 100644 --- a/GrowlITTSWController.h +++ b/GrowlITTSWController.h @@ -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 #import @@ -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