ObjectList double-clicked
George
george at async.com.br
Thu Jun 25 08:08:54 BRT 2009
Hi,
2009/6/24 <hvastani at vt.edu>:
>
> I have an ObjectList where the attributes of my object (displayed in the
> columns) are different URLs
> When the user double clicks on a row/column, I want to open a browser with the
> URL at that row/column.
> The row-activated signal and double-click signal of ObjectList passes the list
> and object as arguments, not the column.
> How do I find out which column was clicked?
>
What about list just one url per row ?
Anyway, I think if you get the treeview, then the columns of the treeview[1]
and connect the 'clicked' signal should work as expected.
[]'s
George
[1] http://www.pygtk.org/docs/pygtk/class-gtktreeviewcolumn.html
More information about the Kiwi
mailing list