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

  1. APAide = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     };
  5.     OUTLETS = {
  6.     window;
  7.     panelView;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. SwitcherAide = {
  17.     ACTIONS = {
  18.     switchValueChanged:;
  19.     };
  20.     OUTLETS = {
  21.     switchView;
  22.     currentPanelView;
  23.     };
  24.     SUPERCLASS = APAide;
  25. };
  26. FillSwAide = {
  27.     ACTIONS = {
  28.     applyChange:;
  29.     };
  30.     OUTLETS = {
  31.     fillPopup;
  32.     };
  33.     SUPERCLASS = SwitcherAide;
  34. };
  35.