home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Multimedia / MPEG_Play.app / English.lproj / AboutPanel.nib / data.classes next >
Encoding:
Text File  |  1993-09-09  |  527 b   |  36 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     windowWillClose:;
  9.     saveVideo:;
  10.     windowDidMove:;
  11.     openVideo:;
  12.     showAboutPanel:;
  13.     showStatsInfo:;
  14.     appWillInit:;
  15.     updateInfoPanels:;
  16.     showFileInfo:;
  17.     showToolsSettings:;
  18.     detachFromView:;
  19.     windowDidBecomeMain:;
  20.     openRequest:;
  21.     showToolsTransport:;
  22.     };
  23.     OUTLETS = {
  24.     savePanel;
  25.     settings;
  26.     statsInfo;
  27.     playAgainMenuItem;
  28.     currentMPEGView;
  29.     transport;
  30.     aboutPanel;
  31.     openPanel;
  32.     fileInfo;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36.