Hi, 2009/6/24 <[email protected]>: > > 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 _______________________________________________ Kiwi mailing list [email protected] http://www.async.com.br/mailman/listinfo/kiwi
