Hi, I've been trying to figure out drag and drop. The problem is, on_drag_drop() and on_drag_data_received() get called twice every time something is dropped on the widget. I've tried TreeView and TextView with the same results.
Do I have to return gtk.FALSE, gtk.TRUE or do something with context? Can anyone point me in the right direction? Thanks Dave _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
