ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/Sources/WoodDoc_PasteBoard.h

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

#import "WoodDoc.h"


@interface WoodDoc (PasteBoard)

- copyToPasteboard:pboard;
- pasteFromPasteboard:pboard;
- copyStyleToPasteboard:pboard;
- pasteStyleFromPasteboard:pboard;
- retrieveData:sender;
- writePostScriptToPasteboard:pboard;
- writeDataToPasteboard:pboard;
- writeOOESourceApplicationToPasteboard:pboard;
- declareOOEPasteboard:pboard;
+ convert:(NXTypedStream *)ts to:(const char *)type using:(SEL)writer
  toPasteboard:(Pasteboard *)pb;
+ convert:(NXTypedStream *)ts toAsciiPasteboard:(Pasteboard *)pb;
+ pasteboard:sender provideData:(NXAtom)type;
+ initializePasteboardTypes;

@end

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