Quoting "Alessandro Dentella" <san...@e-den.it>:
I just realized that pygtk 2.22 has broken .set_reordable().

Given a TreeView with set_reordable() I can grab the row and move it around,
but the selection underneath does not change and it not possible to drop it
in a different position.

I verified this behaviour on 2 XP boxes with gtk installed from the
all-in-one installer.

I attach a simple script that shows the problem: under XP + 2.22.1 I can't
drop the lines in new positions. Is this a known issue? do other people
verify this?

This is a known issue with GTK+ 2.22 on windows (just tested against
GTK+-2.24 and the problem has not yet been solved). Refer to
https://bugzilla.gnome.org/show_bug.cgi?id=641924 for more info.

As noted on that bug report, manually handling DnD like is done in
http://git.gnome.org/browse/pygtk/tree/examples/gtk/treeview_dnd.py
still works fine.

mvg,
Dieter


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to