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

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. APAide = {
  7.     ACTIONS = {
  8.     windowWillClose:;
  9.     };
  10.     OUTLETS = {
  11.     window;
  12.     panelView;
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. GroupEdAide = {
  17.     OUTLETS = {
  18.     xformsSwitch;
  19.     };
  20.     SUPERCLASS = BoxEdAide;
  21. };
  22. BoxEdAide = {
  23.     OUTLETS = {
  24.     heightTypein;
  25.     widthTypein;
  26.     xPosTypein;
  27.     yPosTypein;
  28.     };
  29.     SUPERCLASS = ElemEdAide;
  30. };
  31. ElemEdAide = {
  32.     ACTIONS = {
  33.     applyChange:;
  34.     };
  35.     SUPERCLASS = APAide;
  36. };
  37.