home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Preferences.app / Italian.lproj / InfoPanel.nib / data.classes next >
Encoding:
Text File  |  1996-03-17  |  452 b   |  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.