git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed the menu indent.
[ITKit.git]
/
ITCategory-NSMenu.h
diff --git
a/ITCategory-NSMenu.h
b/ITCategory-NSMenu.h
index
7cdac3d
..
02ebefa
100755
(executable)
--- a/
ITCategory-NSMenu.h
+++ b/
ITCategory-NSMenu.h
@@
-6,11
+6,15
@@
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
//
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
//
-#import <
Foundation/Foundation
.h>
+#import <
Cocoa/Cocoa
.h>
#import <Carbon/Carbon.h>
@interface NSMenu (ITCategory)
#import <Carbon/Carbon.h>
@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
- (MenuRef)menuRef;
@end