home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Examples / DragViewTest / English.lproj / ViewTest.nib / data.classes next >
Encoding:
Text File  |  1994-05-30  |  634 b   |  47 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MiscIconWell = {
  7.     ACTIONS = {
  8.     concludeDragOperation:;
  9.     };
  10.     OUTLETS = {
  11.     filename;
  12.     };
  13.     SUPERCLASS = MiscDragView;
  14. };
  15. Controller = {
  16.     OUTLETS = {
  17.     imView;
  18.     imDragView1;
  19.     iconWell3;
  20.     iconWell1;
  21.     iconWell5;
  22.     iconWell2;
  23.     imDragView2;
  24.     iconWell4;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. MiscDragView = {
  29.     ACTIONS = {
  30.     draggingExited:;
  31.     concludeDragOperation:;
  32.     };
  33.     OUTLETS = {
  34.     delegate;
  35.     dragImage;
  36.     theImage;
  37.     };
  38.     SUPERCLASS = View;
  39. };
  40. MiscImageDragView = {
  41.     ACTIONS = {
  42.     };
  43.     OUTLETS = {
  44.     };
  45.     SUPERCLASS = MiscDragView;
  46. };
  47.