home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / DarkForest.app / Japanese.lproj / Info.nib / data.classes next >
Text File  |  1996-10-07  |  801b  |  30 lines

  1. DarkForest = {
  2.     ACTIONS = {
  3.     "app:" = "app:"; 
  4.     "compress:" = "compress:"; 
  5.     "delete:" = "delete:"; 
  6.     "flense:" = "flense:"; 
  7.     "info:" = "info:"; 
  8.     "open:" = "open:"; 
  9.     "openHome:" = "openHome:"; 
  10.     "reapChild:" = "reapChild:"; 
  11.     "sort:" = "sort:"; 
  12.     "sortColumn:" = "sortColumn:"; 
  13.     "update:" = "update:"; 
  14.     }; 
  15.     OUTLETS = {filesMenu = filesMenu; noMoreWarnings = noMoreWarnings; }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. SensoBlanket = {ACTIONS = {}; OUTLETS = {targ = targ; }; SUPERCLASS = View; };
  19. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  20. InfoManager = {
  21.     ACTIONS = {"info:" = "info:"; "switchView:" = "switchView:"; }; 
  22.     OUTLETS = {
  23.     infoButton = infoButton; 
  24.     infoPanel = infoPanel; 
  25.     infoView = infoView; 
  26.     sensoBlankie = sensoBlankie; 
  27.     }; 
  28.     SUPERCLASS = Object; 
  29. };
  30.