Skip navigation.
 
mlRe: NSBrowser drag and drop
FROM : Nick Zitzmann
DATE : Mon Nov 29 18:42:26 2004

On Nov 29, 2004, at 10:35 AM, <email_removed> wrote:

> How can i implement drag and drop from an NSBrowser to a destination
> in the same app?


You start by subclassing NSMatrix and telling the browser to use your
matrix class. Then you need to write your own DnD code in the NSMatrix
subclass. See the NSDraggingSource documentation for details.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlNSBrowser drag and drop alex Nov 29, 18:35
mlRe: NSBrowser drag and drop Nick Zitzmann Nov 29, 18:42