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
7cdac3d
..
2a4870e
100755
(executable)
--- a/
ITCategory-NSMenu.h
+++ b/
ITCategory-NSMenu.h
@@
-1,16
+1,27
@@
-//
-// ITCategory-NSMenu.h
-// ITKit
-//
-// Created by Joseph Spiros on Sat Sep 27 2003.
-// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
-//
+/*
+ * ITKit
+ * ITCategory-NSMenu.h
+ * Category which extends NSMenu
+ *
+ * Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *
+ * Copyright (c) 2002 - 2004 iThink Software.
+ * 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:(id <NSMenuItem>)item;
+- (void)indentItemAtIndex:(int)index;
+- (void)indentItem:(id <NSMenuItem>)item toLevel:(int)indentLevel;
+- (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel;
- (MenuRef)menuRef;
- (MenuRef)menuRef;
+- (void)removeAllItems;
@end
@end