Fixing the effects so they work on multiple monitors where the screen
[ITKit.git] / ITCategory-NSView.h
index 79d26d6..3f0c047 100755 (executable)
@@ -1,8 +1,23 @@
+/*
+ *     ITKit
+ *  ITCategory-NSView.h
+ *    Category which extends NSView
+ *
+ *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2004 iThink Software.
+ *  All Rights Reserved
+ *
+ */
 #import <AppKit/AppKit.h>
 
 
 @interface NSView (ITCategory)
 
 - (void)removeAllSubviews;
+- (void)removeSubview:(NSView *)subview;
 
 @end