home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
-
- #define OFFSET 4.0 // offset into view frame to draw the actual map
-
- @interface ColorMapView:View
- {
- id colorMap;
- BOOL first;
- char *appPath;
- }
-
- - initFrame:(const NXRect *)frm; // designated initializer
- - colorMap; // returns ID of currently active color map.
- - loadMap:sender;
- - drawSelf:(NXRect *)rects :(int)rectCount; // internal method
- - free;
-
- @end
-