Suggested additions to NSPasteboard types
Suggested additions to NSPasteboard types
- Subject: Suggested additions to NSPasteboard types
- From: Richard Van Deren <email@hidden>
- Date: Thu, 12 Sep 2002 14:14:38 -0400
In addtion the the standard pasteboard types I would like to create the
following:
APPKIT_EXTERN NSString *NSXMLPboardType;
APPKIT_EXTERN NSString *NSXSLTStylesheetPboardType;
APPKIT_EXTERN NSString *NSXSLTFormattingObjectsPboardType;
Can I add these types some way?
I think they are standard enough that they should be added in some
future release.
I am currently using Named Pasteboards and using the NSStringPboardType.
BTW, my services are working find, Xerces, Xalan, and FOP. Just trying
to get them written in the best way. I will share them with a simple
application via Apache.org soon. If anyone would like to review them
let me know. I would be happy to share them.
/* standard Pasteboard types */
APPKIT_EXTERN NSString *NSStringPboardType;
APPKIT_EXTERN NSString *NSFilenamesPboardType;
APPKIT_EXTERN NSString *NSPostScriptPboardType;
APPKIT_EXTERN NSString *NSTIFFPboardType;
APPKIT_EXTERN NSString *NSRTFPboardType;
APPKIT_EXTERN NSString *NSTabularTextPboardType;
APPKIT_EXTERN NSString *NSFontPboardType;
APPKIT_EXTERN NSString *NSRulerPboardType;
APPKIT_EXTERN NSString *NSFileContentsPboardType;
APPKIT_EXTERN NSString *NSColorPboardType;
APPKIT_EXTERN NSString *NSRTFDPboardType;
APPKIT_EXTERN NSString *NSHTMLPboardType;
APPKIT_EXTERN NSString *NSPICTPboardType;
APPKIT_EXTERN NSString *NSURLPboardType;
APPKIT_EXTERN NSString *NSPDFPboardType;
---------------------------------
300 Refugio Rd
Santa Cruz, CA 95060-2348
831-469-4348
Fax: 831-480-5868
Instant Messagers: Yahoo: rhvanderen AOL/Netscape rhvanderen MSN:
email@hidden ICQ: 146839987
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.