X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4ff490fc75e62c7dc772093f719e8c44903e7610..5cbc248a68de115c0c10fda4a6896b47478000a8:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index 7cdac3d..6a41379 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -1,16 +1,27 @@ -// -// ITCategory-NSMenu.h -// ITKit -// -// Created by Joseph Spiros on Sat Sep 27 2003. -// Copyright (c) 2003 __MyCompanyName__. All rights reserved. -// +/* + * ITKit + * ITCategory-NSMenu.h + * Category which extends NSMenu + * + * Original Author : Joseph Spiros + * Responsibility : Matthew Judy + * Responsibility : Joseph Spiros + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ -#import + +#import #import @interface NSMenu (ITCategory) +- (void)indentItem:(id )item; +- (void)indentItemAtIndex:(int)index; +- (void)indentItem:(id )item toLevel:(int)indentLevel; +- (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel; - (MenuRef)menuRef; @end