home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / SimpleSoundMixingExample / Source / DADTextField.h next >
Encoding:
Text File  |  1995-06-12  |  290 b   |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface DADTextField:TextField
  5. {
  6. }
  7.  
  8. - initFrame:(const NXRect *)r;
  9. - (NXDragOperation)draggingEntered:(id <NXDraggingInfo>)sender;
  10. - (NXDragOperation)draggingUpdated:(id <NXDraggingInfo>)sender;
  11. - (BOOL)performDragOperation:(id <NXDraggingInfo>)sender;
  12.  
  13. @end
  14.