home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / IconBuilder.app / Line.ptool / English.lproj / Line.nib / data.classes next >
Text File  |  1992-03-03  |  282b  |  23 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Line = {
  7.     ACTIONS = {
  8.     setLineWidth:;
  9.     };
  10.     OUTLETS = {
  11.     lineWidthText;
  12.     lineCaps;
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. MyApp = {
  17.     OUTLETS = {
  18.     controller;
  19.     inspector;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.