Added category on NSMenu which supports indenting items (uses Carbon in
[ITKit.git] / ITCategory-NSMenu.h
diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h
new file mode 100755 (executable)
index 0000000..7cdac3d
--- /dev/null
@@ -0,0 +1,16 @@
+//
+//  ITCategory-NSMenu.h
+//  ITKit
+//
+//  Created by Joseph Spiros on Sat Sep 27 2003.
+//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <Carbon/Carbon.h>
+
+@interface NSMenu (ITCategory)
+
+- (MenuRef)menuRef;
+
+@end