home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / DarkForest.app / English.lproj / Info.nib / data.classes next >
Text File  |  1994-04-04  |  559b  |  47 lines

  1. InfoManager = {
  2.     ACTIONS = {
  3.     info:;
  4.     switchView:;
  5.     };
  6.     OUTLETS = {
  7.     infoPanel;
  8.     infoView;
  9.     infoButton;
  10.     sensoBlankie;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. DarkForest = {
  15.     ACTIONS = {
  16.     compress:;
  17.     app:;
  18.     reapChild:;
  19.     sortColumn:;
  20.     info:;
  21.     sort:;
  22.     update:;
  23.     delete:;
  24.     flense:;
  25.     openHome:;
  26.     open:;
  27.     };
  28.     OUTLETS = {
  29.     noMoreWarnings;
  30.     filesMenu;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. FirstResponder = {
  35.     ACTIONS = {
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. SensoBlanket = {
  40.     ACTIONS = {
  41.     };
  42.     OUTLETS = {
  43.     targ;
  44.     };
  45.     SUPERCLASS = View;
  46. };
  47.