ftp.nice.ch/pub/next/games/card/Solitaire.2.1.s.tar.gz#/Solitaire.2.1.s/Solitaire/InfoView.h

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

/* indent:4  tabsize:8  font:fixed-width */


#import <appkit/appkit.h>

@interface InfoView:View
{
    BOOL showBackground;
    id infoPanel;
}

+ initialize;
- mouseDown:(NXEvent *)theEvent;
- drawSelf:(const NXRect *)aRect: (int)rectCount;

@end

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