Custom NSTextAttachment writeSelectionToPasteboard
Custom NSTextAttachment writeSelectionToPasteboard
- Subject: Custom NSTextAttachment writeSelectionToPasteboard
- From: "Mark's Studio" <email@hidden>
- Date: Wed, 18 Sep 2002 21:44:41 +0200
I have a custom NSTextView and a custom NSTextAttachmentCell,
and i have overwritten
- (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pboard
type:(NSString *)type
{
return [super writeSelectionToPasteboard:pboard type:type];
}
I know how to check if it's my custom cell that's selected and write
that to the pasteboard,
but what if the selection contains a mixture of myCustomCell and things
super should write to the pasteboard,
how would i do that?
Thanks
Peter Mark
Mark's Recording Studio A/S
Faelledvej 19 b DK2200 N
Copenhagen Denmark
Tel: +45 35366078 Fax: +45 35366038
www.marks-studio.dk
email@hidden
_______________________________________________
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.