Jeffrey Barish wrote: > Doesn't the appearance of that line indicate > that there are valid drop locations as specified by the > enable_model_drag_dest call?
I changed the target in the enable_model_drag_dest() call to something that was clearly wrong and found that I no longer get the lines showing the drop location. I conclude that I have enable_model_drag_dest and drag_begin set up correctly, so something else is preventing the drag from responding to the button release. -- Jeffrey Barish _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
