X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/8ae300a55b40e1d20cb094b5b19a76b90ee0a63e..7f9dacd79a359a5f7ffec0c878c080a447dc14cb:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h index a6c954f..02ebefa 100755 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -11,6 +11,10 @@ @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