X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/63956bb9f9984a26dc8147615be854e93ccc6b50..e3ecd39c1d3a4803b8d4c051846ad6ad7b059d6f:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index ad058bd..6a41379 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -4,7 +4,7 @@ * Category which extends NSMenu * * Original Author : Joseph Spiros - * Responsibility : Matt Judy + * Responsibility : Matthew Judy * Responsibility : Joseph Spiros * * Copyright (c) 2002 - 2003 iThink Software. @@ -18,9 +18,9 @@ @interface NSMenu (ITCategory) -- (void)indentItem:(NSMenuItem *)item; +- (void)indentItem:(id )item; - (void)indentItemAtIndex:(int)index; -- (void)indentItem:(NSMenuItem *)item toLevel:(int)indentLevel; +- (void)indentItem:(id )item toLevel:(int)indentLevel; - (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel; - (MenuRef)menuRef;