X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/475a1064c9d3637e7fae211d7a18d411c1178af0..a8daf8ac0972b8b5b582a97b50889fec447f45a4:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index 6a41379..2a4870e 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -4,10 +4,9 @@ * Category which extends NSMenu * * Original Author : Joseph Spiros - * Responsibility : Matthew Judy * Responsibility : Joseph Spiros * - * Copyright (c) 2002 - 2003 iThink Software. + * Copyright (c) 2002 - 2004 iThink Software. * All Rights Reserved * */ @@ -23,5 +22,6 @@ - (void)indentItem:(id )item toLevel:(int)indentLevel; - (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel; - (MenuRef)menuRef; +- (void)removeAllItems; @end