On Tue, Dec 11, 2012 at 1:30 PM, Simon Feltman <[email protected]> wrote:
> The docs say the set_clickable only affects the column header. Is this > what you are seeing? > You mean just the first row? If yes, even that is not taking effect. > -Simon > On Dec 10, 2012 11:09 PM, "Ajay Garg" <[email protected]> wrote: > >> >> >> On Tue, Dec 11, 2012 at 2:51 AM, Marco Antonio Islas Cruz < >> [email protected]> wrote: >> >>> Hi Ajay, >>> >>> Why don't ju just use gtk.TreeView.set_clickable(active)[1] instead of >>> directly handling the properties?. >>> >> >> Doesn't make any difference. >> >> >> >> >>> On the other side, you may need to update the cellrenderer or the widget >>> inside the cell instead of the treeview. >>> >> >> In what sense? AFAIK it's only the TreeViewColumn that has a "clickable" >> property. >> Any how, for brevity, I may mention that the widget inside the >> TreeViewColumn is a Gtk.CellRendererText. >> >> >> >>> [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 --> >>> >>> >>> >>> >> >> Regards, >> Ajay >> >> >> _______________________________________________ >> pygtk mailing list [email protected] >> http://www.daa.com.au/mailman/listinfo/pygtk >> Read the PyGTK FAQ: http://faq.pygtk.org/ >> > -- Regards, Ajay
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
