Whoops! Forgot to declare the methods in the interface (ITCategory-NSMenu)
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sat, 27 Sep 2003 12:31:45 +0000 (12:31 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Sat, 27 Sep 2003 12:31:45 +0000 (12:31 +0000)
ITCategory-NSMenu.h

index a6c954f..02ebefa 100755 (executable)
 
 @interface NSMenu (ITCategory)
 
 
 @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
 - (MenuRef)menuRef;
 
 @end