> So lets say I have two columns. One is of type text and the other is of
> type boolean. I want to be able to get the iterator for the row that
> matches a given text string in the first column. 
> 
> Any ideas?

yes, get the root iter of the tree, and then use the other tree walker
functons, there is a get_iter_root() call, and some to etirmin if the
iter hasa children or not, and another to move to the next iter.  etc
etc.  Walk your way down the tree looking for the value.
        

-- 

*  Rob Brown-Bayliss
*  =================    
*      zoism.org
_______________________________________________
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