version 3.1 checkin
[TestXSLT.git] / TabViewDraggingCategory.h
1 //
2 //  TabViewDraggingCategory.h
3 //  TestXSLT
4 //
5 //  Created by Marc Liyanage on Sun Oct 26 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9
10 #import <Cocoa/Cocoa.h>
11 #import <AppKit/NSDragging.h>
12
13
14 @interface NSTabView (DraggingCategory)
15
16 - (NSDragOperation)draggingUpdated:(id)dragInfo;
17 - (NSDragOperation)draggingEntered:(id)dragInfo;
18
19 @end
20
21
22