Re: [Pyobjc-dev] Does drag & drop work?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-30 15:11:47
|
On Friday, May 30, 2003, at 15:48 Europe/Amsterdam, Dinu Gherman wrote: > Ronald Oussoren: > >> I'm not sure if the current definitions for NSDraggingSource and >> NSDraggingDestionation are entirely correct w.r.t. required me- >> thods, I suppose they are too strict. > > Absolutely. Changing this solves the problem for me! I've changed the definition of NSDragging{Source,Destionation} to be more correct, they should be the same as the documentation. And as of now it is no longer necessary to mention informal_protocol objects in your class definitions, the bridge will automaticly find the right protocols based on the methods you implement. I've just checked in the patch that implements this. Ronald |