Changed controlKey display character, per Alex's request.
[ITKit.git] / ITZoomWindowEffect.h
1 /*
2  *      ITKit
3  *      ITZoomWindowEffect.h
4  *
5  *      Effect subclass which zooms a window into position on the screen.
6  *
7  *      Copyright (c) 2005 by iThink Software.
8  *      All Rights Reserved.
9  *
10  *      $Id$
11  *
12  */
13
14 #import <Cocoa/Cocoa.h>
15 #import <ITKit/ITWindowEffect.h>
16
17 @interface ITZoomWindowEffect : ITWindowEffect {
18
19 }
20
21 @end