mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:11:13 +00:00
Define NSHTMLPboardType.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
24c9cc59c0
commit
3ab8125bb6
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ APPKIT_EXPORT NSString *NSGeneralPboardType;
|
||||||
APPKIT_EXPORT NSString *NSPDFPboardType;
|
APPKIT_EXPORT NSString *NSPDFPboardType;
|
||||||
APPKIT_EXPORT NSString *NSPICTPboardType;
|
APPKIT_EXPORT NSString *NSPICTPboardType;
|
||||||
APPKIT_EXPORT NSString *NSURLPboardType;
|
APPKIT_EXPORT NSString *NSURLPboardType;
|
||||||
|
APPKIT_EXPORT NSString *NSHTMLPboardType;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -229,6 +229,7 @@ NSString *NSGeneralPboardType = @"NSGeneralPboardType";
|
||||||
NSString *NSPDFPboardType = @"NSPDFPboardType";
|
NSString *NSPDFPboardType = @"NSPDFPboardType";
|
||||||
NSString *NSPICTPboardType = @"NSPICTPboardType";
|
NSString *NSPICTPboardType = @"NSPICTPboardType";
|
||||||
NSString *NSURLPboardType = @"NSURLPboardType";
|
NSString *NSURLPboardType = @"NSURLPboardType";
|
||||||
|
NSString *NSHTMLPboardType = @"NSHTMLPboardType";
|
||||||
|
|
||||||
// Pasteboard Name Globals
|
// Pasteboard Name Globals
|
||||||
NSString *NSDragPboard = @"NSDragPboard";
|
NSString *NSDragPboard = @"NSDragPboard";
|
||||||
|
|
Loading…
Reference in a new issue