home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / NotePads / MemoPad / Source / English.lproj / findPanel.nib / data.classes next >
Encoding:
Text File  |  1993-07-27  |  405 b   |  31 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MyObject = {
  7.     ACTIONS = {
  8.     appWillTerminate:;
  9.     loadPad:;
  10.     notebook:;
  11.     findPrevious:;
  12.     ShowInfoPanel:;
  13.     showMoreInfoPanel:;
  14.     printPad:;
  15.     appDidInit:;
  16.     reference:;
  17.     showFindPanel:;
  18.     savePad:;
  19.     scrapbook:;
  20.     findNext:;
  21.     };
  22.     OUTLETS = {
  23.     pad;
  24.     infoPanel;
  25.     moreInfoPanel;
  26.     findPanel;
  27.     dataStatus;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31.