home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Edit.app / English.lproj / line.nib / data.classes next >
Text File  |  1992-02-22  |  244b  |  20 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     getLine:;
  4.     selectLine:;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. LinePanel = {
  9.     ACTIONS = {
  10.     selectLineReturn:;
  11.     };
  12.     OUTLETS = {
  13.     button;
  14.     lineWindow;
  15.     selector;
  16.     ltext;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20.