ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Draw.subproj/GridView.h

This is GridView.h in view mode; [Download] [Up]

@interface GridView : View
{
    id spacing;
    id grayField;
    id graySlider;
    id graphicView;
    id form;
}

/* Public methods */

- runModalForGraphicView:(GraphicView *)graphicView;

/* Private methods */

- drawGrid:(int)grid;

/* Methods overridden from superclass */

- drawSelf:(const NXRect *)rects :(int)rectCount;
- mouseDown:(NXEvent *)event;

/* Target/Action methods */

- show:sender;
- off:sender;
- cancel:sender;
- changeSpacing:sender;
- changeGray:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.