mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:40:47 +00:00
Added some missing pasteboard types.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ced7e3c19c
commit
0b37244713
2 changed files with 12 additions and 0 deletions
|
@ -54,6 +54,12 @@ extern NSString *NSTIFFPboardType;
|
||||||
extern NSString *NSDataLinkPboardType;
|
extern NSString *NSDataLinkPboardType;
|
||||||
extern NSString *NSGeneralPboardType;
|
extern NSString *NSGeneralPboardType;
|
||||||
|
|
||||||
|
#ifndef STRICT_OPENSTEP
|
||||||
|
extern NSString *NSPDFPboardType;
|
||||||
|
extern NSString *NSPICTPboardType;
|
||||||
|
extern NSString *NSURLPboardType;
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Pasteboard Name Globals
|
// Pasteboard Name Globals
|
||||||
//
|
//
|
||||||
|
@ -133,6 +139,9 @@ extern NSString *NSPasteboardCommunicationException;
|
||||||
- (NSFileWrapper *)readFileWrapper;
|
- (NSFileWrapper *)readFileWrapper;
|
||||||
- (NSString *)stringForType:(NSString *)dataType;
|
- (NSString *)stringForType:(NSString *)dataType;
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface NSObject (NSPasteboardOwner)
|
||||||
//
|
//
|
||||||
// Methods Implemented by the Owner
|
// Methods Implemented by the Owner
|
||||||
//
|
//
|
||||||
|
|
|
@ -199,6 +199,9 @@ NSString *NSRTFDPboardType = @"NSRTFDPboardType";
|
||||||
NSString *NSTIFFPboardType = @"NSTIFFPboardType";
|
NSString *NSTIFFPboardType = @"NSTIFFPboardType";
|
||||||
NSString *NSDataLinkPboardType = @"NSDataLinkPboardType";
|
NSString *NSDataLinkPboardType = @"NSDataLinkPboardType";
|
||||||
NSString *NSGeneralPboardType = @"NSGeneralPboardType";
|
NSString *NSGeneralPboardType = @"NSGeneralPboardType";
|
||||||
|
NSString *NSPDFPboardType = @"NSPDFPboardType";
|
||||||
|
NSString *NSPICTPboardType = @"NSPICTPboardType";
|
||||||
|
NSString *NSURLPboardType = @"NSURLPboardType";
|
||||||
|
|
||||||
// Pasteboard Name Globals
|
// Pasteboard Name Globals
|
||||||
NSString *NSDragPboard = @"NSDragPboard";
|
NSString *NSDragPboard = @"NSDragPboard";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue