Changed controlKey display character, per Alex's request.
[ITKit.git] / ITButton.h
1 /*
2  *      ITKit
3  *      ITButton.h
4  *
5  *      Custom NSButton subclass that uses ITButtonCell.
6  *
7  *      Copyright (c) 2005 by iThink Software.
8  *      All Rights Reserved.
9  *
10  *      $Id$
11  *
12  */
13
14 #import <Cocoa/Cocoa.h>
15
16 @interface ITButton : NSButton {
17
18 }
19
20 @end