home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Palettes / MiscDragViews / English.lproj / MiscViewsPalette.nib / data.classes next >
Encoding:
Text File  |  1994-02-17  |  706 b   |  50 lines

  1. MiscViewsPalette = {
  2.     SUPERCLASS = IBPalette;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. MiscIconWell = {
  10.     ACTIONS = {
  11.     concludeDragOperation:;
  12.     };
  13.     OUTLETS = {
  14.     filename;
  15.     };
  16.     SUPERCLASS = MiscDragView;
  17. };
  18. MiscDVInspector = {
  19.     ACTIONS = {
  20.     optionsChanged:;
  21.     borderChanged:;
  22.     revert:;
  23.     };
  24.     OUTLETS = {
  25.     borderMatrix;
  26.     optionMatrix;
  27.     };
  28.     SUPERCLASS = IBInspector;
  29. };
  30. MiscDragView = {
  31.     ACTIONS = {
  32.     concludeDragOperation:;
  33.     draggingExited:;
  34.     };
  35.     OUTLETS = {
  36.     dragImage;
  37.     dragPB;
  38.     delegate;
  39.     theImage;
  40.     };
  41.     SUPERCLASS = View;
  42. };
  43. MiscImageDragView = {
  44.     ACTIONS = {
  45.     };
  46.     OUTLETS = {
  47.     };
  48.     SUPERCLASS = MiscDragView;
  49. };
  50.