X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4f3da8543caacbaf1ce219e547e24a5490bee090..7a218424c6a92eb4979564a7260f862edd46052d:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h old mode 100755 new mode 100644 index 6ccfb6e..aecbe8e --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -1,27 +1,24 @@ /* * ITKit - * ITCategory-NSMenu.h - * Category which extends NSMenu + * ITCategory-NSMenu.h * - * Original Author : Joseph Spiros - * Responsibility : Matthew Judy - * Responsibility : Joseph Spiros + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved + * $Id$ * */ - #import #import -@interface NSMenu (ITCategory) +@interface NSMenu (ITKitCategory) -- (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 +@end \ No newline at end of file