Hi Ajay, Why don't ju just use gtk.TreeView.set_clickable(active)[1] instead of directly handling the properties?. On the other side, you may need to update the cellrenderer or the widget inside the cell instead of the treeview.
[1] http://www.pygtk.org/docs/pygtk/class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-clickable Cheers On Dec 10, 2012, at 2:31 PM, Ajay Garg <[email protected]> wrote: > However, once the view is rendered, and if after that "a.props.clickable = > False" is done, the tree-view-column still remains clickable (and the text of > the cell-renderer editable). Marco Antonio Islas Cruz [email protected] [email protected] <-- linux because I'm free -->
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
