root/Trunk/AIUtilities.framework/Versions/A/Headers/AITextFieldWithDraggingDelegate.h @ 2

Revision 2, 455 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AITextFieldWithDraggingDelegate.h
3//  AIUtilities.framework
4//
5//  Created by David Clark on 2/4/05.
6//  Copyright 2005 The Adium Team. All rights reserved.
7//
8
9//@class AITextFieldWithDraggingDelegate;
10
11@interface AITextFieldWithDraggingDelegate : NSTextField {
12        id                              dragDelegate;           // the delegate for dragging purposes
13       
14        NSDragOperation lastEnteredOp;          // Last operation we returned from dragEntered
15}
16
17- (void)setDragDelegate:(id)drag;
18
19@end
Note: See TracBrowser for help on using the browser.