home *** CD-ROM | disk | FTP | other *** search
- MiscViewsPalette = {
- SUPERCLASS = IBPalette;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscIconWell = {
- ACTIONS = {
- concludeDragOperation:;
- };
- OUTLETS = {
- filename;
- };
- SUPERCLASS = MiscDragView;
- };
- MiscDVInspector = {
- ACTIONS = {
- optionsChanged:;
- borderChanged:;
- revert:;
- };
- OUTLETS = {
- borderMatrix;
- optionMatrix;
- };
- SUPERCLASS = IBInspector;
- };
- MiscDragView = {
- ACTIONS = {
- concludeDragOperation:;
- draggingExited:;
- };
- OUTLETS = {
- dragImage;
- dragPB;
- delegate;
- theImage;
- };
- SUPERCLASS = View;
- };
- MiscImageDragView = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = MiscDragView;
- };
-