home *** CD-ROM | disk | FTP | other *** search
- MyObject = {
- ACTIONS = {
- attributesPicked:;
- rangePicked:;
- };
- OUTLETS = {
- attrButton;
- rangeMatrix;
- attributeMatrix;
- accessoryView;
- rangeButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- FieldPrint = {
- ACTIONS = {
- attributesPicked:;
- rangePicked:;
- };
- OUTLETS = {
- attrButton;
- rangeMatrix;
- attributeMatrix;
- accessoryView;
- rangeButton;
- };
- SUPERCLASS = View;
- };
-