NSTableView
NSTableView
- Subject: NSTableView
- From: Arved von Brasch <email@hidden>
- Date: Sat, 20 Apr 2019 16:14:21 +1000
Hello list,
Anyone know if it is intentionally the case that NSTableView doesn’t call
dragImageForRows(with dragRows: IndexSet, tableColumns: [NSTableColumn], event
dragEvent: NSEvent, offset dragImageOffset: NSPointPointer) -> NSImage
if you implement
func tableView(NSTableView, pasteboardWriterForRow: Int) -> NSPasteboardWriting?
instead of
func tableView(NSTableView, writeRowsWith: IndexSet, to: NSPasteboard) -> Bool
I can’t see a reason for it not to in the documentation, but it doesn’t in my
code.
Kind regards,
Arved
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden