Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] DragSource and 'promised data'

On 9/16/08 6:55 AM, "Silenio Quarti" <Silenio_Quarti@xxxxxxxxxx> wrote:

> 
> It is not a big problem. I believe motif works like that, so you can check how
> it was done there.
> 
> But I think possible to implement "promised data" by providing a owner when
> calling "NSPasteboard.declareTypes:owner:" and implementing the selector
> "pasteboard:provideDataForType:". I just looked  quickly look so I might be
> wrong. 

Yep, that's exactly what we want. I knew you could do this somehow, but
forgot about NSPasteboard.

Thanks,
Scott



Back to the top