Changed controlKey display character, per Alex's request.
[ITKit.git] / ITCategory-NSView.h
1 /*
2  *      ITKit
3  *      ITCategory-NSView.h
4  *
5  *      Copyright (c) 2005 by iThink Software.
6  *      All Rights Reserved.
7  *
8  *      $Id$
9  *
10  */
11
12 #import <Cocoa/Cocoa.h>
13
14 @interface NSView (ITKitCategory)
15
16 - (void)removeAllSubviews;
17 - (void)removeSubview:(NSView *)subview;
18
19 @end