home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/appkit.h>
- #import <stdio.h>
-
- @interface IconView:View
- {
- id pathField;
- id windowNumField;
- id iconWindowField;
- id iconHeightField;
- id iconWidthField;
- id windowCoordField;
- id iconCoordField;
- id iconReleasedField;
- id iconExitedField;
- id iconMovedField;
-
- id listener;
- }
-
- - appDidInit: sender;
- + newFrame: (NXRect *) theRect;
- - drawSelf:(const NXRect *)rects :(int)rectCount;
-
- - registerWindow;
- - unregisterWindow;
-
- - (int)iconEntered:(int)windowNum at:(double)x :(double)y
- iconWindow:(int)iconWindowNum iconX:(double)iconX iconY:(double)iconY
- iconWidth:(double)iconWidth iconHeight:(double)iconHeight
- pathList:(char *)pathList;
- - (int)iconReleasedAt:(double)x :(double)y ok:(int *)flag;
- - (int)iconExitedAt:(double)x :(double)y;
- - (int)iconMovedTo:(double)x :(double)y;
-
-
- @end
-