X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4ff490fc75e62c7dc772093f719e8c44903e7610..5cf6107f7fb51538c33d2839a2485493a7446c43:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index 7cdac3d..02ebefa 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -6,11 +6,15 @@ // Copyright (c) 2003 __MyCompanyName__. All rights reserved. // -#import +#import #import @interface NSMenu (ITCategory) +- (void)indentItem:(NSMenuItem *)item; +- (void)indentItemAtIndex:(int)index; +- (void)indentItem:(NSMenuItem *)item toLevel:(int)indentLevel; +- (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel; - (MenuRef)menuRef; @end