Project fixes so that stuff builds, updates to the Background view, tweaks all over.
[ITKit.git] / ITCategory-NSMenu.h
index a6c954f..02ebefa 100755 (executable)
 
 @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