X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/ceb1dcca2b608f56e53188b5bb623755c4eeddbb..7a218424c6a92eb4979564a7260f862edd46052d:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h old mode 100755 new mode 100644 index 6a41379..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:(id )item; - (void)indentItemAtIndex:(int)index; - (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