From 7f9dacd79a359a5f7ffec0c878c080a447dc14cb Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Sat, 27 Sep 2003 12:31:45 +0000 Subject: [PATCH] Whoops! Forgot to declare the methods in the interface (ITCategory-NSMenu) --- ITCategory-NSMenu.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1