home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Projects / MiscFindPanel / SearchBench / SearchBench.nib / data.classes next >
Encoding:
Text File  |  1993-10-21  |  477 b   |  34 lines

  1. Timer = {
  2.     OUTLETS = {
  3.     tbmkWallField;
  4.     textIndexField;
  5.     textObj;
  6.     textProcField;
  7.     messageField;
  8.     tbmkIndexField;
  9.     tbmkProcField;
  10.     textWallField;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     orderFrontInfoPanel:;
  17.     enterSelection:;
  18.     findPrevious:;
  19.     findNext:;
  20.     orderFrontFindPanel:;
  21.     jumpToSelection:;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. SBApp = {
  26.     ACTIONS = {
  27.     };
  28.     OUTLETS = {
  29.     timerObj;
  30.     infoPanel;
  31.     };
  32.     SUPERCLASS = Application;
  33. };
  34.