home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface DADTextField:TextField
- {
- }
-
- - initFrame:(const NXRect *)r;
- - (NXDragOperation)draggingEntered:(id <NXDraggingInfo>)sender;
- - (NXDragOperation)draggingUpdated:(id <NXDraggingInfo>)sender;
- - (BOOL)performDragOperation:(id <NXDraggingInfo>)sender;
-
- @end
-