home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / PanelImport.nib / data.classes < prev    next >
Text File  |  1994-01-10  |  417b  |  34 lines

  1. WriteUp = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = PasteUp;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. PasteUp = {
  15.     OUTLETS = {
  16.     importPanel;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. PanelImport = {
  21.     ACTIONS = {
  22.     copy:;
  23.     cancel:;
  24.     ok:;
  25.     };
  26.     OUTLETS = {
  27.     importScale;
  28.     importCenter;
  29.     importAbove;
  30.     importLock;
  31.     };
  32.     SUPERCLASS = Panel;
  33. };
  34.