home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / Flip3.1 / Flip.palette / FlipViewInspector.nib / data.classes next >
Encoding:
Text File  |  1993-06-01  |  261 b   |  18 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. FlipViewInspector = {
  7.     ACTIONS = {
  8.     withContentsClick:;
  9.     revert:;
  10.     noContentsClick:;
  11.     };
  12.     OUTLETS = {
  13.     withContentsMatrix;
  14.     noContentsMatrix;
  15.     };
  16.     SUPERCLASS = IBInspector;
  17. };
  18.