Changed controlKey display character, per Alex's request.
[ITKit.git] / ITCutWindowEffect.h
1 /*
2  *      ITKit
3  *      ITCutWindowEffect.h
4  *
5  *      Effect subclass which performs a simple cut in or out, with no transition.
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 ITCutWindowEffect : ITWindowEffect {
18
19 }
20
21 @end