home *** CD-ROM | disk | FTP | other *** search
/ Frame 3.2 / Frame.iso / Application / FrameMaker.app / fminit2.0 / next / FrameMaker.nib / data.classes next >
Encoding:
Text File  |  1994-08-11  |  345 b   |  25 lines

  1. MyApp = {
  2.     ACTIONS = {
  3.     quit:;
  4.     menuhit:;
  5.     };
  6.     OUTLETS = {
  7.     outlet_graphics;
  8.     outlet_convertto;
  9.     outlet_table;
  10.     outlet_pagelayout;
  11.     outlet_gravity;
  12.     outlet_book;
  13.     outlet_straddle;
  14.     outlet_macros;
  15.     outlet_snap;
  16.     outlet_window;
  17.     };
  18.     SUPERCLASS = Application;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.