home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / DragViewTest / English.lproj / DragViewsTest.nib / data.classes next >
Encoding:
Text File  |  1994-12-11  |  746 b   |  21 lines

  1. MiscImageDragView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDragView; };
  2. MiscDragView = {
  3.     ACTIONS = {
  4.         "concludeDragOperation:" = "concludeDragOperation:"; 
  5.     "draggingExited:" = "draggingExited:"; 
  6.     "takeStringValueFrom:" = "takeStringValueFrom:"; 
  7.     }; 
  8.     OUTLETS = {delegate = delegate; target = target; theImage = theImage; }; 
  9.     SUPERCLASS = View; 
  10. };
  11. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  12. WellController = {
  13.     OUTLETS = {well1 = well1; well2 = well2; well3 = well3; well4 = well4; }; 
  14.     SUPERCLASS = Object; 
  15. };
  16. MiscIconWell = {
  17.     ACTIONS = {"concludeDragOperation:" = "concludeDragOperation:"; "launch:" = "launch:"; }; 
  18.     OUTLETS = {filename = filename; }; 
  19.     SUPERCLASS = MiscDragView; 
  20. };
  21.