X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/7f9dacd79a359a5f7ffec0c878c080a447dc14cb..ceb1dcca2b608f56e53188b5bb623755c4eeddbb:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index 02ebefa..6a41379 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -1,19 +1,26 @@ -// -// 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:(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;