ftp.nice.ch/pub/next/games/card/Solitaire.2.1.s.tar.gz#/Solitaire.2.1.s/Solitaire/CardSet.subproj/Pasteboard-CardSet.h

This is Pasteboard-CardSet.h in view mode; [Download] [Up]

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


/*---------------------------------------------------------------------------
| ---------------------------------------------------------------------------
|
|	Pasteboard(CardSet) : Object
|
|	A category of Pasteboard that knows how to read and write objects.
|
| ---------------------------------------------------------------------------
\---------------------------------------------------------------------------*/

#import <appkit/appkit.h>


@interface Pasteboard (CardSet)

/*----------------------------------------------------------------------------
|
|	New pasteboard read and write methods
|
\---------------------------------------------------------------------------*/

- writeType:(const char *)dataType asObject:(id)anObject;
- readType:(const char *)dataType asObject:(id *)anObjectPtr;

@end

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