git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more code cleanup, converting spaces to tabs. Redid ITKit.h framework
[ITKit.git]
/
ITCategory-NSMenu.h
diff --git
a/ITCategory-NSMenu.h
b/ITCategory-NSMenu.h
old mode 100755
(executable)
new mode 100644
(file)
index
a6c954f
..
aecbe8e
--- a/
ITCategory-NSMenu.h
+++ b/
ITCategory-NSMenu.h
@@
-1,16
+1,24
@@
-//
-// ITCategory-NSMenu.h
-// ITKit
-//
-// Created by Joseph Spiros on Sat Sep 27 2003.
-// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
-//
+/*
+ * ITKit
+ * ITCategory-NSMenu.h
+ *
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
+ *
+ */
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
-@interface NSMenu (ITCategory)
+@interface NSMenu (IT
Kit
Category)
+- (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
\ No newline at end of file