[Pyobjc-dev] drag and drop
Brought to you by:
ronaldoussoren
|
From: Norman L. <nor...@gm...> - 2008-05-27 04:45:24
|
I'm confused with Drag and Drop.... I know about registering, but I'm not sure where the performDragOperation_() goes. Do I need to subclass the window/view class and put it there, or can I put it in my AppDelegate.py and have it called via a delegate. Thanks. |