The dissolve, cut and slides all work properly now, I hope :D
[ITKit.git] / ITCategory-NSMenu.h
index 7cdac3d..02ebefa 100755 (executable)
@@ -6,11 +6,15 @@
 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
 //
 
-#import <Foundation/Foundation.h>
+#import <Cocoa/Cocoa.h>
 #import <Carbon/Carbon.h>
 
 @interface NSMenu (ITCategory)
 
+- (void)indentItem:(NSMenuItem *)item;
+- (void)indentItemAtIndex:(int)index;
+- (void)indentItem:(NSMenuItem *)item toLevel:(int)indentLevel;
+- (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel;
 - (MenuRef)menuRef;
 
 @end