mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
New pasteboard types
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1fd264d4f
commit
0fbb26a028
3 changed files with 17 additions and 0 deletions
|
@ -231,6 +231,8 @@ NSString *NSPDFPboardType = @"NSPDFPboardType";
|
|||
NSString *NSPICTPboardType = @"NSPICTPboardType";
|
||||
NSString *NSURLPboardType = @"NSURLPboardType";
|
||||
NSString *NSHTMLPboardType = @"NSHTMLPboardType";
|
||||
NSString *NSVCardPboardType = @"NSVCardPboardType";
|
||||
NSString *NSFilesPromisePboardType = @"NSFilesPromisePboardType";
|
||||
|
||||
// Pasteboard Name Globals
|
||||
NSString *NSDragPboard = @"NSDragPboard";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue