home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Preferences.app / PowerManagement.preferences / Spanish.lproj / PowerManagement.nib / data.classes next >
Encoding:
Text File  |  1994-09-06  |  794 b   |  27 lines

  1. BatteryPowerMeter = {ACTIONS = {"testIt:" = "(id)(id)"; }; OUTLETS = {}; SUPERCLASS = View; };
  2. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  3. PowerManagement = {
  4.     ACTIONS = {"setPowerManagementEnabled:" = "setPowerManagementEnabled:"; }; 
  5.     OUTLETS = {
  6.         apmEnabledRadio = apmEnabledRadio; 
  7.     batteryLifeMeter = batteryLifeMeter; 
  8.     iconBatteryLifeMeter = iconBatteryLifeMeter; 
  9.     powerStrings = powerStrings; 
  10.     statusLine = statusLine; 
  11.     tempWindow = tempWindow; 
  12.     }; 
  13.     SUPERCLASS = Layout; 
  14. };
  15. Layout = {
  16.     ACTIONS = {
  17.         "didHide:" = "(id)(id)"; 
  18.     "didSelect:" = "(id)(id)"; 
  19.     "didUnhide:" = "(id)(id)"; 
  20.     "didUnselect:" = "(id)(id)"; 
  21.     "willSelect:" = "(id)(id)"; 
  22.     "willUnselect:" = "(id)(id)"; 
  23.     }; 
  24.     OUTLETS = {view = view; }; 
  25.     SUPERCLASS = Object; 
  26. };
  27.