I sent this question to the list just as I was becoming a member of
the list, so perhaps I missed an answer, or perhaps there really were
no responses.  In either case I'd like to politely plead again for
some help in this matter.

Thanks,
Gary Herron

On Tuesday 16 September 2003 02:23 pm, Gary Herron wrote:
> 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.





_______________________________________________
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