Added an instance method to NSMenu that will remove all of the items in
[ITKit.git] / ITCategory-NSView.h
index de8beff..3f0c047 100755 (executable)
@@ -4,10 +4,9 @@
  *    Category which extends NSView
  *
  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
+ *  Copyright (c) 2002 - 2004 iThink Software.
  *  All Rights Reserved
  *
  */
@@ -19,5 +18,6 @@
 @interface NSView (ITCategory)
 
 - (void)removeAllSubviews;
+- (void)removeSubview:(NSView *)subview;
 
 @end