git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing the effects so they work on multiple monitors where the screen
[ITKit.git]
/
ITCategory-NSMenu.h
diff --git
a/ITCategory-NSMenu.h
b/ITCategory-NSMenu.h
index
ad058bd
..
2a4870e
100755
(executable)
--- a/
ITCategory-NSMenu.h
+++ b/
ITCategory-NSMenu.h
@@
-4,10
+4,9
@@
* Category which extends NSMenu
*
* Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
* Category which extends NSMenu
*
* Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- * Responsibility : Matt Judy <mjudy@ithinksw.com>
* Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
*
* Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
*
- * Copyright (c) 2002 - 200
3
iThink Software.
+ * Copyright (c) 2002 - 200
4
iThink Software.
* All Rights Reserved
*
*/
* All Rights Reserved
*
*/
@@
-18,10
+17,11
@@
@interface NSMenu (ITCategory)
@interface NSMenu (ITCategory)
-- (void)indentItem:(
NSMenuItem *
)item;
+- (void)indentItem:(
id <NSMenuItem>
)item;
- (void)indentItemAtIndex:(int)index;
- (void)indentItemAtIndex:(int)index;
-- (void)indentItem:(
NSMenuItem *
)item toLevel:(int)indentLevel;
+- (void)indentItem:(
id <NSMenuItem>
)item toLevel:(int)indentLevel;
- (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel;
- (MenuRef)menuRef;
- (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel;
- (MenuRef)menuRef;
+- (void)removeAllItems;
@end
@end