From: Joseph Spiros Date: Sat, 27 Sep 2003 12:31:45 +0000 (+0000) Subject: Whoops! Forgot to declare the methods in the interface (ITCategory-NSMenu) X-Git-Tag: v0.1~32 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/7f9dacd79a359a5f7ffec0c878c080a447dc14cb Whoops! Forgot to declare the methods in the interface (ITCategory-NSMenu) --- diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index a6c954f..02ebefa 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -11,6 +11,10 @@ @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