home *** CD-ROM | disk | FTP | other *** search
- Element = {
- SUPERCLASS = Object;
- };
- VektorElement = {
- SUPERCLASS = Element;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PatternGenerator = {
- ACTIONS = {
- };
- OUTLETS = {
- myPanel;
- };
- SUPERCLASS = Object;
- };
- CubeShowView = {
- OUTLETS = {
- myTool;
- };
- SUPERCLASS = View;
- };
- ImageElement = {
- SUPERCLASS = Element;
- };
-