home *** CD-ROM | disk | FTP | other *** search
- DragView = {
- ACTIONS = {
- draggingExited:;
- open:;
- concludeDragOperation:;
- };
- OUTLETS = {
- theImage;
- textObj;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- appDidInit:;
- };
- OUTLETS = {
- initalDragView;
- };
- SUPERCLASS = Object;
- };
-