Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-11 Thread Timo
Op 11-12-12 09:02, Ajay Garg schreef: On Tue, Dec 11, 2012 at 1:30 PM, Simon Feltman > 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.

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-11 Thread Ajay Garg
On Tue, Dec 11, 2012 at 1:30 PM, Simon Feltman 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" wrote: > >> >> >> On T

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-11 Thread Simon Feltman
The docs say the set_clickable only affects the column header. Is this what you are seeing? -Simon On Dec 10, 2012 11:09 PM, "Ajay Garg" wrote: > > > On Tue, Dec 11, 2012 at 2:51 AM, Marco Antonio Islas Cruz < > mar...@islascruz.org> wrote: > >> Hi Ajay, >> >> Why don't ju just use gtk.TreeView.

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-10 Thread Ajay Garg
On Tue, Dec 11, 2012 at 2:51 AM, Marco Antonio Islas Cruz < mar...@islascruz.org> 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 c

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-10 Thread Marco Antonio Islas Cruz
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#

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-10 Thread Ajay Garg
On Fri, Nov 30, 2012 at 4:25 PM, Ajay Garg wrote: > Hi Timo. > > On Fri, Nov 30, 2012 at 3:59 PM, Timo wrote: > >> Op 29-11-12 21:09, Ajay Garg schreef: >> >> Hi all. >>> >>> We are using the classical case of a Gtk.CellRenderText encompassed in >>> a Gtk.TreeViewColumn, which in turn is appen

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-11-30 Thread Ajay Garg
Hi Timo. On Fri, Nov 30, 2012 at 3:59 PM, Timo wrote: > Op 29-11-12 21:09, Ajay Garg schreef: > > Hi all. >> >> We are using the classical case of a Gtk.CellRenderText encompassed in a >> Gtk.TreeViewColumn, which in turn is appended to a Gtk.TreeView. >> Here "a.props.clickable = True", where

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-11-30 Thread Timo
Op 29-11-12 21:09, Ajay Garg schreef: Hi all. We are using the classical case of a Gtk.CellRenderText encompassed in a Gtk.TreeViewColumn, which in turn is appended to a Gtk.TreeView. Here "a.props.clickable = True", where "a" is an instance of Gtk.TreeViewColumn. However, once the view is

[pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-11-29 Thread Ajay Garg
Hi all. We are using the classical case of a Gtk.CellRenderText encompassed in a Gtk.TreeViewColumn, which in turn is appended to a Gtk.TreeView. Here "a.props.clickable = True", where "a" is an instance of Gtk.TreeViewColumn. However, once the view is rendered, and if after that "a.props.click