home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "MouseView.h"
- #import "UserPath.h"
- #import <appkit/appkit.h>
-
- @interface UPView:MouseView
- {
- float sqSide, backgroundGray;
- float xOffset, yOffset;
- NXRect sqRect;
- UserPath *userPath;
- }
-
- - (float)backgroundGray;
- - takeBackgroundGrayFrom:sender;
-
- @end
-