home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ButtonInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  981 b   |  68 lines

  1. ButtonInspector = {
  2.     ACTIONS = {
  3.     setPosition:;
  4.     };
  5.     OUTLETS = {
  6.     iconPositionMatrix;
  7.     };
  8.     SUPERCLASS = GeneralTextInspector;
  9. };
  10. GeneralTextInspector = {
  11.     ACTIONS = {
  12.     changeAlignment:;
  13.     changeBgGray:;
  14.     takeAlignmentFrom:;
  15.     changeBgColor:;
  16.     changeBorderType:;
  17.     takeBgGrayFrom:;
  18.     changeTextColor:;
  19.     ok:;
  20.     takeRepresentationFrom:;
  21.     takeTextGrayFrom:;
  22.     takeBorderTypeFrom:;
  23.     revert:;
  24.     changeTextGray:;
  25.     };
  26.     OUTLETS = {
  27.     box1;
  28.     alignmentMatrix;
  29.     bgGrayMatrix;
  30.     box4;
  31.     borderTypeMatrix;
  32.     colorWell;
  33.     bgColorWell;
  34.     box3;
  35.     textGrayMatrix;
  36.     box2;
  37.     };
  38.     SUPERCLASS = Inspector;
  39. };
  40. FirstResponder = {
  41.     ACTIONS = {
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45. ButtontInspector = {
  46.     ACTIONS = {
  47.     setPosition:;
  48.     };
  49.     OUTLETS = {
  50.     iconPositionMatrix;
  51.     };
  52.     SUPERCLASS = GeneralTextInspector;
  53. };
  54. Inspector = {
  55.     ACTIONS = {
  56.     revert:;
  57.     ok:;
  58.     };
  59.     OUTLETS = {
  60.     selectedGraphic;
  61.     slist;
  62.     controller;
  63.     graphicView;
  64.     panel;
  65.     };
  66.     SUPERCLASS = Object;
  67. };
  68.