home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Keyboard.app / English.lproj / Info.nib / data.classes next >
Text File  |  1993-10-29  |  284b  |  21 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. InfoManager = {
  7.     ACTIONS = {
  8.     showInfoPanel:;
  9.     toggleButton:;
  10.     switchToApp:;
  11.     switchToAuthor:;
  12.     loadInfoPanel:;
  13.     };
  14.     OUTLETS = {
  15.     versionNumber;
  16.     infoPanel;
  17.     iconButton;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.