Mauricio Tellez schrieb:
Hi, I have a TreeView with 3 columns all the columns has a
CellRendererText. What I want is that when the user click a specific
cell, said row 2, column 1, only that cell get highlighted, not the
entire row 2. Is posible to do this? How? Thanks in advance.


No, this is not possible AFAIK.

You would need to have a grid/sheet widget, which does not exist in the current GTK+ library. There is a bug report on bugzilla about this, but I don't know if anyone is tackling this problem.

Howevery, you could try a workaround by changing the background color of the specific cell when the cell is clicked.

Regards,

Niklas.
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to