home *** CD-ROM | disk | FTP | other *** search
- #import "IconView.h"
- #import <appkit/appkit.h>
-
- #define OPEN_DIR_ICON_FILE ".opendir.tiff"
- #define DEFAULT_OPEN_DIR_FILE "/usr/lib/NextStep/Workspace.app/WM.app/openFolder.tiff"
- #define OPEN_HIGHLIGHT "OpenHighlight.tiff"
-
- @interface IconDragView : IconView
- {
- id altImage;
- BOOL dockDrag;
- NXAtom dragDestType;
- NXDragOperation lastDragOp;
- dev_t device;
- BOOL removable;
- }
-
- + initialize;
- - (NXDragOperation) dragOperationForContext:(id <NXDraggingInfo>) dragInfo;
- int mouseMoved(NXPoint *o, int n, int mask);
-
- @end
-
-