Hi Utkarsh,<div><br></div><div>I have been using the Python Gi Api Reference for the past few years, and it has served me well.  According to their page on the subject [1], there is not get_cell_renderers method.</div><div><br></div><div>If you are trying to grab focus on a specific cell, maybe look for the row first?  Each column should only have 1 cell renderer anyway.</div><div><br></div><div>Thanks,</div><div>Sam</div><div><br></div><div>[1]  <a href="http://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/TreeViewColumn.html#methods">http://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/TreeViewColumn.html#methods</a><br><br>On Sat, Mar 12, 2016 at 8:59 PM, Utkarsh Tiwari <iamutkarshtiwari@gmail.com> wrote:<br>
<blockquote type="cite"><div dir="ltr"><div>Hi,</div><div>     I am trying to grab focus of a specific cell in a Gtk.TreeView instance through this technique -> <b><a href="https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c">https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c</a></b></div><div><br></div><div>But I am getting this error-><b> " 'TreeViewColumn' object has no attribute 'get_cell_renderers' " </b></div><div>though the <i><b>Gtk.TreeViewColumn</b> </i>official docs mentions the <i><b>get_cell_renderers()</b></i> function.</div><div><br></div><div>Could anyone here please help me with this?</div><div><br></div><div>Thanks,</div><div>Utkarsh Tiwari</div></div>
</blockquote></div>