home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter7_Views / Shapes / English.lproj / Shapes.nib / data.classes next >
Encoding:
Text File  |  1993-01-25  |  362 b   |  28 lines

  1. ShapeView = {
  2.     ACTIONS = {
  3.     rotate:;
  4.     scale:;
  5.     translate:;
  6.     };
  7.     OUTLETS = {
  8.     upWindowMatrix;
  9.     downWindowMatrix;
  10.     };
  11.     SUPERCLASS = View;
  12. };
  13. CircleView = {
  14.     SUPERCLASS = ShapeView;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. SquareView = {
  22.     ACTIONS = {
  23.     };
  24.     OUTLETS = {
  25.     };
  26.     SUPERCLASS = ShapeView;
  27. };
  28.