Allow localization of the Alert Text label in the Display an Alert action
[adiumx.git] / Source / SetupWizardBackgroundView.h
blobf81a8b5af4ed916502876c8c2de5bfcecb4db2d4
1 //
2 // SetupWizardBackgroundView.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 12/4/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface SetupWizardBackgroundView : NSView {
13 NSRect transparentRect;
14 NSImage *backgroundImage;
17 - (void)setBackgroundImage:(NSImage *)inImage;
18 - (void)setTransparentRect:(NSRect)inTransparentRect;
20 @end