Added an instance method to NSMenu that will remove all of the items in
[ITKit.git] / ITCategory-NSMenu.h
index 6a41379..2a4870e 100755 (executable)
@@ -4,10 +4,9 @@
  *    Category which extends NSMenu
  *
  *  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
  *
  */
@@ -23,5 +22,6 @@
 - (void)indentItem:(id <NSMenuItem>)item toLevel:(int)indentLevel;
 - (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel;
 - (MenuRef)menuRef;
+- (void)removeAllItems;
 
 @end