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?

I could go the complicated way of subclassing ObjectList, adding a gsignal and
overriding button_press_event to emit the signal with the column as argument
but was wondering if there was an easier way.

Any help is appreciated
_______________________________________________
Kiwi mailing list
[email protected]
http://www.async.com.br/mailman/listinfo/kiwi

Reply via email to