ftp.nice.ch/Attic/openStep/games/Solitaire.3.1.s.tgz#/Solitaire.3.1/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:NSView
{
    BOOL 		showBackground;
    NSPanel*	infoPanel;
}

+ (void)  initialize;
- (void) mouseDown:(NSEvent*)theEvent;
- (void) drawRect:(NSRect)aRect;

@end

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