home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Swedish.lproj / InfoPanel.nib / data.classes next >
Text File  |  1994-08-10  |  460b  |  21 lines

  1. MySubclass = {
  2.     OUTLETS = {
  3.         infoBox = infoBox; 
  4.     infoButton = infoButton; 
  5.     infoPanel = infoPanel; 
  6.     version = version; 
  7.     }; 
  8.     SUPERCLASS = Application; 
  9. };
  10. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  11. InfoManager = {
  12.     ACTIONS = {"showInfoPanel:" = "showInfoPanel:"; }; 
  13.     OUTLETS = {
  14.         infoBox = infoBox; 
  15.     infoButton = infoButton; 
  16.     infoPanel = infoPanel; 
  17.     versionField = versionField; 
  18.     }; 
  19.     SUPERCLASS = Object; 
  20. };
  21.