home *** CD-ROM | disk | FTP | other *** search
- ButtonInspector = {
- ACTIONS = {
- setPosition:;
- };
- OUTLETS = {
- iconPositionMatrix;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- GeneralTextInspector = {
- ACTIONS = {
- changeAlignment:;
- changeBgGray:;
- takeAlignmentFrom:;
- changeBgColor:;
- changeBorderType:;
- takeBgGrayFrom:;
- changeTextColor:;
- ok:;
- takeRepresentationFrom:;
- takeTextGrayFrom:;
- takeBorderTypeFrom:;
- revert:;
- changeTextGray:;
- };
- OUTLETS = {
- box1;
- alignmentMatrix;
- bgGrayMatrix;
- box4;
- borderTypeMatrix;
- colorWell;
- bgColorWell;
- box3;
- textGrayMatrix;
- box2;
- };
- SUPERCLASS = Inspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ButtontInspector = {
- ACTIONS = {
- setPosition:;
- };
- OUTLETS = {
- iconPositionMatrix;
- };
- SUPERCLASS = GeneralTextInspector;
- };
- Inspector = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- selectedGraphic;
- slist;
- controller;
- graphicView;
- panel;
- };
- SUPERCLASS = Object;
- };
-