home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / DatabaseKit / Evaluator / English.lproj / Evaluator.nib / data.classes next >
Encoding:
Text File  |  1993-07-21  |  338 b   |  28 lines

  1. SQLPanel = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     orderFront:;
  5.     };
  6.     OUTLETS = {
  7.     scrollView;
  8.     };
  9.     SUPERCLASS = Panel;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. Controller = {
  17.     ACTIONS = {
  18.     print:;
  19.     close:;
  20.     evaluate:;
  21.     clear:;
  22.     open:;
  23.     };
  24.     OUTLETS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.