On a gtk.TreeView, I can highlight a line with a call to
set_cursor(path, ...)
but I can't find a way to turn the highlight off. I don't see
unset_cursor()
and I've tried every form of null path I can thing of
set_cursor(None, ...)
set_cursor(0, ...)
set_cursor((0,), ...)
set_cursor('', ...)
set_cursor((), ...)
all with no joy.
Can someone help please.
Thanks,
Gary Herron
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/