[pygtk] pygtk2 DND

2002-05-14 Thread Tom Morton
Hi, Does anyone know how to get drag-n-drop working in pygtk2? I've looked at the C docs and the API doesn't appear to have changed much, but drag_data_received is never called. The DnD demo in the pygtk2 examples seems to be broken in the same way. Eek.. and something else entirely: I can't

[pygtk] .show()ing a TreeView deadlocks still.

2002-01-28 Thread Tom Morton
in a code snippet last post) Any ideas? -- Tom Morton ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] Pygtk 1.99 and threading.

2001-11-28 Thread Tom Morton
I'm using python 2.2b1, pygtk 1.99.5 and gtk 1.3.11. If i compile pygtk with --enable-thread then pygtk programs simply crash immediately with a segfault. without threading they work fine, but i need threading support. is there a way of getting the nice tasty threads_enter/ leave() thing that