home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscIconWell = {
- ACTIONS = {
- };
- OUTLETS = {
- filename;
- };
- SUPERCLASS = MiscImageView;
- };
- Controller = {
- OUTLETS = {
- imView;
- imDragView1;
- iconWell1;
- iconWell3;
- iconWell2;
- iconWell5;
- imDragView2;
- iconWell4;
- };
- SUPERCLASS = Object;
- };
- MiscDragView = {
- ACTIONS = {
- concludeDragOperation:;
- draggingExited:;
- };
- OUTLETS = {
- delegate;
- dragImage;
- dragPB;
- };
- SUPERCLASS = View;
- };
- MiscImageView = {
- ACTIONS = {
- };
- OUTLETS = {
- ivImage;
- };
- SUPERCLASS = MiscDragView;
- };
- MiscImageDragView = {
- ACTIONS = {
- };
- OUTLETS = {
- filename;
- };
- SUPERCLASS = MiscImageView;
- };
-