Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCategory-NSMenu.h
old mode 100755 (executable)
new mode 100644 (file)
index 02ebefa..dd15804
@@ -1,20 +1,21 @@
-//
-//  ITCategory-NSMenu.h
-//  ITKit
-//
-//  Created by Joseph Spiros on Sat Sep 27 2003.
-//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
-//
+/*
+ *     ITKit
+ *     ITCategory-NSMenu.h
+ *
+ *     Copyright (c) 2005 iThink Software
+ *
+ */
 
 #import <Cocoa/Cocoa.h>
 #import <Carbon/Carbon.h>
 
-@interface NSMenu (ITCategory)
+@interface NSMenu (ITKitCategory)
 
-- (void)indentItem:(NSMenuItem *)item;
+- (void)indentItem:(id <NSMenuItem>)item;
 - (void)indentItemAtIndex:(int)index;
-- (void)indentItem:(NSMenuItem *)item toLevel:(int)indentLevel;
+- (void)indentItem:(id <NSMenuItem>)item toLevel:(int)indentLevel;
 - (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel;
 - (MenuRef)menuRef;
+- (void)removeAllItems;
 
-@end
+@end
\ No newline at end of file