[pygtk] TreeStore and row_draggable
lefebure at stud.ntnu.no
lefebure at stud.ntnu.no
Fri Jun 16 20:57:38 WST 2006
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
More information about the pygtk
mailing list