mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:50:38 +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
078c761daa
commit
f017d59e28
2 changed files with 12 additions and 0 deletions
|
@ -199,6 +199,9 @@ NSString *NSRTFDPboardType = @"NSRTFDPboardType";
|
|||
NSString *NSTIFFPboardType = @"NSTIFFPboardType";
|
||||
NSString *NSDataLinkPboardType = @"NSDataLinkPboardType";
|
||||
NSString *NSGeneralPboardType = @"NSGeneralPboardType";
|
||||
NSString *NSPDFPboardType = @"NSPDFPboardType";
|
||||
NSString *NSPICTPboardType = @"NSPICTPboardType";
|
||||
NSString *NSURLPboardType = @"NSURLPboardType";
|
||||
|
||||
// Pasteboard Name Globals
|
||||
NSString *NSDragPboard = @"NSDragPboard";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue