home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2 / Virtuoso1_german.img / German.lproj / blend.nib / data.classes next >
Encoding:
Text File  |  1992-12-15  |  380 b   |  30 lines

  1. APAide = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     };
  5.     OUTLETS = {
  6.     window;
  7.     panelView;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. BlendDvr = {
  12.     OUTLETS = {
  13.     finishCtrl;
  14.     stepCtrl;
  15.     startCtrl;
  16.     };
  17.     SUPERCLASS = ElemEdAide;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. ElemEdAide = {
  25.     ACTIONS = {
  26.     applyChange:;
  27.     };
  28.     SUPERCLASS = APAide;
  29. };
  30.