home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / usr / lib / NextStep / Resources / French.lproj / PrintPanel.nib / data.classes next >
Encoding:
Text File  |  1993-04-08  |  643 b   |  52 lines

  1. MyView = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. PrintPanel = {
  10.     ACTIONS = {
  11.     pickedAllPages:;
  12.     _pickedJobFeatureButton:;
  13.     _pickedButton:;
  14.     _pickedOptions:;
  15.     };
  16.     OUTLETS = {
  17.     optionsButton;
  18.     _ppdGroupView;
  19.     ok;
  20.     controlBox;
  21.     note;
  22.     status;
  23.     resolutionList;
  24.     preview;
  25.     printerListTitle;
  26.     printerListBox;
  27.     name;
  28.     pageMode;
  29.     printerList;
  30.     cancel;
  31.     feed;
  32.     lastPage;
  33.     buttons;
  34.     copies;
  35.     _ppdTextView;
  36.     appIcon;
  37.     firstPage;
  38.     save;
  39.     };
  40.     SUPERCLASS = Window;
  41. };
  42. MyApp = {
  43.     ACTIONS = {
  44.     hide:;
  45.     terminate:;
  46.     };
  47.     OUTLETS = {
  48.     delegate;
  49.     };
  50.     SUPERCLASS = Object;
  51. };
  52.