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

  1. XformSwitchAide = {
  2.     OUTLETS = {
  3.     switchCtrl;
  4.     };
  5.     SUPERCLASS = SwitcherAide;
  6. };
  7. TransformPanel = {
  8.     SUPERCLASS = VrtPanel;
  9. };
  10. APAide = {
  11.     ACTIONS = {
  12.     windowWillClose:;
  13.     };
  14.     OUTLETS = {
  15.     window;
  16.     panelView;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. XformPanelAide = {
  26.     ACTIONS = {
  27.     windowWillClose:;
  28.     };
  29.     OUTLETS = {
  30.     window;
  31.     switchCtrl;
  32.     };
  33.     SUPERCLASS = SwitcherAide;
  34. };
  35. VrtPanel = {
  36.     SUPERCLASS = Panel;
  37. };
  38. SwitcherAide = {
  39.     ACTIONS = {
  40.     switchValueChanged:;
  41.     };
  42.     OUTLETS = {
  43.     switchView;
  44.     currentPanelView;
  45.     };
  46.     SUPERCLASS = APAide;
  47. };
  48.