X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4f3da8543caacbaf1ce219e547e24a5490bee090..3055b035aa851467097d35d886890f272dc90ee7:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index 6ccfb6e..2a4870e 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -4,10 +4,9 @@ * Category which extends NSMenu * * Original Author : Joseph Spiros - * Responsibility : Matthew Judy * Responsibility : Joseph Spiros * - * Copyright (c) 2002 - 2003 iThink Software. + * Copyright (c) 2002 - 2004 iThink Software. * All Rights Reserved * */ @@ -18,10 +17,11 @@ @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; +- (void)removeAllItems; @end