ftp.nice.ch/pub/next/games/card/Cribbage.1.1.s.tar.gz#/Cribbage/Cribbage-1.1/ScoreBoardBackground.h

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

// ScoreBoardBackground.h
// Project: Cribbage
// Stephan Wacker
// 93-10-13


#import <appkit/appkit.h>


@interface ScoreBoardBackground : View
{
    NXImage	*image;
    id		icon;
    id		decoration;
}


- setIcon: (const char *) iconName;
- setDecoration: (const char *) decorationName;


@end	// ScoreBoardBackground

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