X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/8ae300a55b40e1d20cb094b5b19a76b90ee0a63e..1d5525ced75adc1fe1508e8c19fcc31af129464e:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index a6c954f..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 @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