mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:00:38 +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
|
@ -128,6 +128,16 @@ APPKIT_EXPORT NSString *NSURLPboardType;
|
|||
* Pasteboard contains HTML data
|
||||
*/
|
||||
APPKIT_EXPORT NSString *NSHTMLPboardType;
|
||||
|
||||
/**
|
||||
* Pasteboard contains VCard (address book) data
|
||||
*/
|
||||
APPKIT_EXPORT NSString *NSVCardPboardType;
|
||||
|
||||
/**
|
||||
* Pasteboard contains promised files
|
||||
*/
|
||||
APPKIT_EXPORT NSString *NSFilesPromisePboardType;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue