home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / PowerManagement.preferences / English.lproj / PowerManagement.nib / data.classes next >
Text File  |  1994-07-28  |  707b  |  44 lines

  1. BatteryPowerMeter = {
  2.     ACTIONS = {
  3.     testIt: = "(id)(id)";
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. Layout = {
  10.     ACTIONS = {
  11.     didUnselect: = "(id)(id)";
  12.     willUnselect: = "(id)(id)";
  13.     didSelect: = "(id)(id)";
  14.     didHide: = "(id)(id)";
  15.     didUnhide: = "(id)(id)";
  16.     willSelect: = "(id)(id)";
  17.     };
  18.     OUTLETS = {
  19.     view;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. PowerManagement = {
  29.     ACTIONS = {
  30.     setPowerManagementEnabled:;
  31.     };
  32.     OUTLETS = {
  33.     greenPCWindow;
  34.     iconBatteryLifeMeter;
  35.     greenPCApmEnabledRadio;
  36.     batteryWindow;
  37.     powerStrings;
  38.     apmEnabledRadio;
  39.     statusLine;
  40.     batteryLifeMeter;
  41.     };
  42.     SUPERCLASS = Layout;
  43. };
  44.