Hi,

I'm using a TreeStore inside a Treeview and I vould like to make some of
the rows of the TreeView not to be draggable.

This is the code that according to the documentation should do the
trick:

class TestTreeStore(gtk.TreeStore):
    def row_draggable(self, path):
        print "rererererere"
        return True

But this does not seem to work. the "rerererere" is never printed out
and setting the return value to False does not change anything.

Anybody knows?
Thx
acrl







_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to