git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ITKit for Menutunes
[ITKit.git]
/
ITTabView.h
diff --git
a/ITTabView.h
b/ITTabView.h
index
1c109c8
..
5b4795a
100755
(executable)
--- a/
ITTabView.h
+++ b/
ITTabView.h
@@
-7,7
+7,7
@@
* Responsibility : Matt Judy <mjudy@ithinksw.com>
* Responsibility : Kent Sutherland <kent.sutherland@ithinksw.com>
*
* Responsibility : Matt Judy <mjudy@ithinksw.com>
* Responsibility : Kent Sutherland <kent.sutherland@ithinksw.com>
*
- * Copyright (c) 2002 iThink Software.
+ * Copyright (c) 2002
- 2003
iThink Software.
* All Rights Reserved
*
*/
* All Rights Reserved
*
*/
@@
-16,8
+16,10
@@
* This subclass enables drag-and-drop for tab view items.
*/
* This subclass enables drag-and-drop for tab view items.
*/
+
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
+
@interface ITTabView : NSTabView
{
NSTabViewItem *_draggedTab;
@interface ITTabView : NSTabView
{
NSTabViewItem *_draggedTab;
@@
-29,4
+31,5
@@
- (void)moveTab:(NSTabViewItem *)tab toIndex:(int)index;
- (void)moveTab:(NSTabViewItem *)tab toIndex:(int)index;
+
@end
@end