X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/8ae300a55b40e1d20cb094b5b19a76b90ee0a63e..7a218424c6a92eb4979564a7260f862edd46052d:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h old mode 100755 new mode 100644 index a6c954f..aecbe8e --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -1,16 +1,24 @@ -// -// ITCategory-NSMenu.h -// ITKit -// -// Created by Joseph Spiros on Sat Sep 27 2003. -// Copyright (c) 2003 __MyCompanyName__. All rights reserved. -// +/* + * ITKit + * ITCategory-NSMenu.h + * + * Copyright (c) 2005 by 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