Hi! After having sorted out the previous issues with DnD (thanks to Chris Brault) I ran into another problem: Is there a way to work around the fact that external DnDs only work if there is a filled TreeView? treeview.enable_model_drag_dest() enables DnD for a TreeView that has some content but if there is none, a DnD into the blank area is not possible. This stands in contrast to the treeview.drag_dest_set() function, where one can DnD into the blank area of a treeview without content. (using them together does not enable the desired DnD functionality) For the sake of completeness: * setting up DnD for the treeview's container allows DnDs onto the column headers but not into the blank area * Filling the TreeView with empty rows enables DnD as desired but this seems a rather dirty solution Again, hints are greatly appreciated! jj
-- As usual, this being a 1.3.x release, I haven't even compiled this kernel yet. So if it works, you should be doubly impressed. (Linus Torvalds, announcing kernel 1.3.3 on the linux-kernel mailing list.)
signature.asc
Description: Digital signature
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
