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

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